Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 6 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down