From 3492d84f141389c434b5daae30a661191baa39fa Mon Sep 17 00:00:00 2001 From: Werner Van Geit Date: Thu, 26 Mar 2020 15:19:51 +0100 Subject: [PATCH] Update installation instructions (use pypi) --- README.md | 2 +- docs/source/installation.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5614b2b..3e5e368 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/source/installation.rst b/docs/source/installation.rst index e4167e4..9af010c 100644 --- a/docs/source/installation.rst +++ b/docs/source/installation.rst @@ -1,4 +1,4 @@ Installation ============ -pip install git+https://github.com/BlueBrain/BluePyEfe +pip install bluepyefe