From 62d94f78e87f758e1029f403370217d413d9815c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Gavidia-Calder=C3=B3n?= Date: Fri, 24 Oct 2025 13:49:24 -0300 Subject: [PATCH] doc: pip installation in README --- README.md | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) 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