We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6469032 commit af796f0Copy full SHA for af796f0
2 files changed
user_guide_src/README.rst
@@ -59,7 +59,7 @@ Linux
59
Other
60
^^^^^
61
62
-pip is already installed if you are using Python 3.4+ downloaded from
+pip is already installed if you are using Python 3.5+ downloaded from
63
`Python.org <https://www.python.org/downloads/>`_.
64
65
Installation
@@ -71,9 +71,9 @@ window as Python won't find all applications we just installed othervise.
71
72
.. code-block:: bash
73
74
- pip install -r user_guide_src/source/requirements.txt
+ pip install -r user_guide_src/requirements.txt
75
76
- pip3 install -r user_guide_src/source/requirements.txt
+ pip3 install -r user_guide_src/requirements.txt
77
78
It's time to wrap things up and generate the documentation.
79
user_guide_src/source/requirements.txt user_guide_src/requirements.txtuser_guide_src/source/requirements.txt renamed to user_guide_src/requirements.txt
0 commit comments