Skip to content

Commit

Permalink
update project desc
Browse files Browse the repository at this point in the history
  • Loading branch information
jpacilo committed Aug 29, 2023
1 parent 9fda52e commit 81613db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ Please execute the following steps in your local machine.
1. Clone the **sds4gdsp** github repository from this link <br>
```git clone https://github.com/jpacil0/sds4gdsp.git```

2. Create a conda environment named **gdsenv** with **python=3.8.16** <br>
2. Create (then activate) a virtual environment named **gdsenv** with **python=3.8.16** <br>
```conda create --name gdsenv python=3.8.16```

3. Install **jupyterlab** and **leafmap** separately in that environment, we will use this for the workshop <br>
```pip install jupyterlab```
```pip install jupyterlab``` <br>
```conda install leafmap -c conda-forge```

5. Install the packages from the **requirements.txt**, follow the **README.md** <br>
Expand Down

0 comments on commit 81613db

Please sign in to comment.