Skip to content

Commit abdb7a5

Browse files
authored
Update readme.rst
1 parent 4df05f2 commit abdb7a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/readme.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,17 +30,17 @@ Quick Start
3030
- To install from github:
3131
- ``git clone https://github.com/FoleyLab/wptherml.git``
3232
- ``cd wptherml``
33-
- ``python setup.py install``
33+
- ``python3 setup.py install``
3434

3535
- To run unit tests from cloned repository:
3636
- ``cd test``
37-
- ``python -m pytest test.py``
37+
- ``python3 -m pytest test.py``
3838

3939
- The test script for running unit tests can be downloaded
4040
`here <https://github.com/FoleyLab/wptherml/blob/master/example/test/test.py>`__
4141

4242
- To install with pip:
43-
- ``pip install wptherml``
43+
- ``pip3 install wptherml``
4444

4545
- Open a new .py file in your favorite text editor or IDE, e.g.
4646

@@ -84,7 +84,7 @@ TiO2 and 100 nm SiO2, and plots it using pyplot follows:
8484

8585
- Save this script and run it either in the terminal as
8686

87-
``python example.py``
87+
``python3 example.py``
8888

8989
where example.py is the name of the file you created, or if you were
9090
doing this in an IDE, execute it within your IDE!

0 commit comments

Comments
 (0)