Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ devtools::install_github("BlakeRMills/MetBrewer")
```

### Python
Install the package under the `Python/` directory directly:
Install the package via pip without manually downloading the repository:
```
pip install git+https://github.com/BlakeRMills/MetBrewer.git#subdirectory=Python
```
Or download the repository manually and install under the `Python/` directory directly:
```
python setup.py install
```
or via pip:
or via pip from the `Python/` directory:
```
pip install .
```
Expand Down