Skip to content

Commit 4df05f2

Browse files
committed
updated cooling notebook and readme
1 parent 8bb8d76 commit 4df05f2

File tree

2 files changed

+16
-75
lines changed

2 files changed

+16
-75
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ on Windows, Mac, or Linux platforms
1515
- To install from github:
1616
* `git clone https://github.com/FoleyLab/wptherml.git`
1717
* `cd wptherml`
18-
* `python setup.py install`
18+
* `python3 setup.py install`
1919

2020
- To run unit tests from cloned repository:
2121
* `cd test`
22-
* `python -m pytest test.py`
22+
* `python3 -m pytest test.py`
2323

2424
- The test script for running unit tests can be downloaded [here](https://github.com/FoleyLab/wptherml/blob/master/example/test/test.py)
2525

26-
- To install with pip:
27-
* `pip install wptherml`
26+
- To install with pip3:
27+
* `pip3 install wptherml`
2828

2929

3030
- Open a new .py file in your favorite text editor or IDE, e.g.
@@ -68,7 +68,7 @@ plt.show()
6868

6969
- Save this script and run it either in the terminal as
7070

71-
`python example.py`
71+
`python3 example.py`
7272

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

0 commit comments

Comments
 (0)