Skip to content

Commit d2a9627

Browse files
authored
Update README.md
1 parent 27941f8 commit d2a9627

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,14 @@ the [documentation](https://github.com/FoleyLab/wptherml/blob/master/docs/Equati
1212
## Quick Start
1313
- WPTherml is written in Python 3 and requires the numpy, scipy, and matplotlib packages. Current installation of the Anaconda Python 3 package should provide all you need
1414
on Windows, Mac, or Linux platforms
15-
- To get started from github:
16-
-- clone or download this repository to your computer
17-
-- install by typing `python setup.py install`
15+
- To install from github:
16+
* `git clone https://github.com/FoleyLab/wptherml.git`
17+
* `cd wptherml`
18+
* `python setup.py install`
19+
20+
- To get started using pip:
21+
* `pip install wptherml`
22+
1823
- Open a new .py file in your favorite text editor or IDE, e.g.
1924

2025
`vim example.py`

0 commit comments

Comments
 (0)