Skip to content

Commit

Permalink
Merge pull request #6 from BlueBrain/update_install_instructions
Browse files Browse the repository at this point in the history
Update installation instructions (use pypi)
  • Loading branch information
wvangeit authored Mar 26, 2020
2 parents 8619862 + 3492d84 commit 0c5a83f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ To install BluePyEfe, clone the repository, enter the resulting directory, and
run:

```bash
pip install -e .
pip install bluepyefe
```

Quick Start
Expand Down
2 changes: 1 addition & 1 deletion docs/source/installation.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Installation
============

pip install git+https://github.com/BlueBrain/BluePyEfe
pip install bluepyefe

0 comments on commit 0c5a83f

Please sign in to comment.