From 67b4577a922f387675e01b747350aa5bad8d200c Mon Sep 17 00:00:00 2001 From: Shashwat Sridhar Date: Wed, 16 Jun 2021 10:49:10 +0200 Subject: [PATCH] update installation instructions in README.md --- README.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 83ca749..58d99c1 100644 --- a/README.md +++ b/README.md @@ -49,29 +49,20 @@ We recommend installing SWAN in a conda or virtualenv environment. The installat ### Using Conda -```shell script +```shell conda create -n swan python=3 conda activate swan -pip install -e git+https://github.com/INM-6/swan.git#egg=swan +pip install python-swan ``` ### Using Python Virtualenv -```shell script +```shell virtualenv venv source activate venv/bin/activate -pip install -e git+https://github.com/INM-6/swan.git#egg=swan -``` - -### Custom source location - -To install SWAN from source stored at a custom location on the system, use the following command in your desired conda or virtualenv environment. - -```shell script -pip install -e /path/to/souce +pip install python-swan ``` - ## Getting Started Once installed, start SWAN using