-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
796956d
commit af940e1
Showing
1 changed file
with
10 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
||
|