Skip to content

Commit

Permalink
Updated readme with pip install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
lorisercole committed Mar 21, 2019
1 parent b83fc1f commit 1fdfe61
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ See the `examples` folder and the help (`python analysis.py --help`) for more in
- Matplotlib

### Installation
1. Clone this repository `git clone https://github.com/lorisercole/thermocepstrum.git`
You can simply pip-install thermocepstrum with `pip install thermocepstrum`.

Alternatively:
1. Clone this repository: `git clone https://github.com/lorisercole/thermocepstrum.git`
2. Install the package with pip (dependencies will be automatically downloaded). For example:
```
cd thermocepstrum
pip install .
```
3. You are done! You can check that the installation is working by trying to run the command `thermocepstrum-analysis`.

You are done! You can check that the installation is working by trying to run the command `thermocepstrum-analysis`.

0 comments on commit 1fdfe61

Please sign in to comment.