From 8090fc91e2141672741f1510befe8eab705ed7c0 Mon Sep 17 00:00:00 2001 From: NelsonPython <34105635+NelsonPython@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:17:23 -0800 Subject: [PATCH] Add a link to the beginner tips page If you are a beginner check out these `Tips`_ .. _Tips: https://github.com/NelsonPython/iota.py/blob/master/beginnerTip.md --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index e143fd21..96ad6e26 100644 --- a/README.rst +++ b/README.rst @@ -29,6 +29,8 @@ PyOTA is compatible with Python 3.7, 3.6, 3.5 and 2.7 ============ Installation ============ +If you are a beginner check out these `Tips`_ + To install the latest version:: pip install pyota @@ -119,3 +121,4 @@ can also build the documentation locally: .. _tox: https://tox.readthedocs.io/ .. _Ccurl.interface.py: https://github.com/iotaledger/ccurl.interface.py .. _PyOTA-PoW: https://pypi.org/project/PyOTA-PoW/ +.. _Tips: https://github.com/NelsonPython/iota.py/blob/master/beginnerTip.md