File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
8989where example.py is the name of the file you created, or if you were
9090doing this in an IDE, execute it within your IDE!
You can’t perform that action at this time.
0 commit comments