Skip to content

Commit

Permalink
Fix instructions: first git clone then create conda env
Browse files Browse the repository at this point in the history
  • Loading branch information
ninamiolane committed Apr 29, 2022
1 parent 7f69dd7 commit f4dd01a
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ Welcome to the Python package: `ioSPI`: Methods and tools to read and write data

# Download

First create a conda environment with the required dependencies using the `enviroment.yml` file as follows:

conda env create --file environment.yml

Then download:
Clone the repository:

git clone https://github.com/compSPI/ioSPI.git
cd ioSPI

Create a conda environment with the required dependencies using the `enviroment.yml` file:

conda env create --file environment.yml
conda activate ioSPI

# Contribute

Expand Down

0 comments on commit f4dd01a

Please sign in to comment.