Skip to content

Commit 8bb11aa

Browse files
authored
Update index.rst
1 parent abdb7a5 commit 8bb11aa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@ from github::
1414

1515
git clone https://github.com/FoleyLab/wptherml.git
1616
cd wptherml
17-
python setup.py install
17+
python3 setup.py install
1818

1919

2020
running unit tests from cloned repository::
2121

2222
cd test
23-
python -m pytest test.py
23+
python3 -m pytest test.py
2424

2525

2626
from PyPI::
2727

28-
pip install wptherml
28+
pip3 install wptherml
2929

3030
.. raw:: html
3131

0 commit comments

Comments
 (0)