Skip to content

Commit

Permalink
remove install -c conda-forge jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon authored Feb 28, 2024
1 parent 0329113 commit 4eb94d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ After you install miniconda/Anaconda on your PC, open the Anaconda prompt or Ter
- Make sure to install geopandas from the `conda-forge` channel to ensure you get the latest version.
- Make sure to install both jupyterlab and geopandas from the conda forge channel to avoid dependency conflicts
```bash
conda install -c conda-forge geopandas jupyterlab -y
conda install -c conda-forge geopandas -y
```
4. Install the CoastSeg from PyPi
```bash
Expand Down

0 comments on commit 4eb94d6

Please sign in to comment.