Skip to content

Commit

Permalink
update the basic install guide to tell the user to install gdal when …
Browse files Browse the repository at this point in the history
…installing with pip
  • Loading branch information
2320sharon committed Oct 25, 2024
1 parent 128eada commit 148b098
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/basic-install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ After you install miniconda/Anaconda on your PC, open the Anaconda prompt or Ter

We highly recommend you install CoastSeg using `conda` following the instructions in [Install from conda-forge](#install-from-conda-forge).

## Install from conda-forge
## Method #1: Install from conda-forge (Recommended)

**1.Create an miniconda/Anaconda environment and Activate it**

Expand All @@ -35,7 +35,7 @@ We highly recommend you install CoastSeg using `conda` following the instruction
pip install transformers
```

## Install from Pypi
## Method #2: Install from Pypi

**1.Create an miniconda/Anaconda environment**

Expand All @@ -62,7 +62,7 @@ conda activate coastseg
- Make sure to install geopandas from the `conda-forge` channel to ensure you get the latest version and to avoid dependency conflicts

```bash
conda install -c conda-forge geopandas -y
conda install -c conda-forge geopandas gdal -y
```

**4.Install the CoastSeg from PyPi**
Expand Down

0 comments on commit 148b098

Please sign in to comment.