Skip to content

Commit

Permalink
intructions for creating a new env
Browse files Browse the repository at this point in the history
  • Loading branch information
wbaccinelli committed Jul 4, 2024
1 parent 796956d commit af940e1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,16 @@ this software.
##### Install EIT Dashboard

The first time that the dashboard is used, the repository needs to be cloned and the package has to be
installed:

```console
git clone [email protected]:EIT-ALIVE/eit_dash.git
cd eit_dash
pip install .
```
installed as follows:

- Create fresh environment
- Make sure you are in your base environment: `conda activate`
- Create a new environment: `conda create -n <envname> python=3.10`
- Activate new environment: `conda activate <envname>`
- Clone and install
- Clone the repository: `git clone [email protected]:EIT-ALIVE/eit_dash.git`
- Install:
- Run `pip install -e .`

### 2. Running EIT Dashboard

Expand Down

0 comments on commit af940e1

Please sign in to comment.