diff --git a/README.md b/README.md index 432b75c..98a1dcc 100644 --- a/README.md +++ b/README.md @@ -11,23 +11,16 @@ It is inspired on the work of [Andrade et al. (2015)](http://journal.frontiersin ## Installation -1. Clone this repository: +You can install `siem` using pip: +```bash +pip install siem ``` -git clone git@github.com:quishqa/siem.git -``` - -2. Enter the main folder and create the `siem` environment by using: -``` -conda env create -f environment.yml +Or you can install the developing version by doing: -``` - -3. Finally, install `siem` by using: - -``` -pip install -e . +```bash +pip install git+https://github.com/quishqa/siem.git ``` ## How to use