Skip to content

Commit af796f0

Browse files
committed
requirements.txt should be in user_guide_src [ci skip]
1 parent 6469032 commit af796f0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Linux
5959
Other
6060
^^^^^
6161

62-
pip is already installed if you are using Python 3.4+ downloaded from
62+
pip is already installed if you are using Python 3.5+ downloaded from
6363
`Python.org <https://www.python.org/downloads/>`_.
6464

6565
Installation
@@ -71,9 +71,9 @@ window as Python won't find all applications we just installed othervise.
7171

7272
.. code-block:: bash
7373
74-
pip install -r user_guide_src/source/requirements.txt
74+
pip install -r user_guide_src/requirements.txt
7575
76-
pip3 install -r user_guide_src/source/requirements.txt
76+
pip3 install -r user_guide_src/requirements.txt
7777
7878
It's time to wrap things up and generate the documentation.
7979

0 commit comments

Comments
 (0)