Skip to content

Commit

Permalink
update installation in
Browse files Browse the repository at this point in the history
from setup.py to pip install
  • Loading branch information
algaebrown authored Aug 27, 2020
1 parent d9c6545 commit 8dcfcbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please visit our wiki page to learn more about usage of clipper: https://github.
cd clipper
conda env create -f environment3.yml
conda activate clipper3
python setup.py install
pip install .
```
## Command Line Usage

Expand Down

0 comments on commit 8dcfcbb

Please sign in to comment.