Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
2320sharon committed Feb 28, 2024
2 parents ddd35c6 + 0329113 commit 1dd8268
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,13 @@ After you install miniconda/Anaconda on your PC, open the Anaconda prompt or Ter
2. Install coastseg

```bash
conda install coastseg -c conda-forge
conda install -c conda-forge coastseg==1.1.41
```
3. (Optional) Install Optional Dependencies
- Only install these dependencies if you plan to use CoastSeg's zoo workflow notebook.
```bash
pip install tensorflow
pip install transformers
```

## Install from Pypi
Expand Down

0 comments on commit 1dd8268

Please sign in to comment.