Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/user_guide/getting_started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ You can find your current environment with `conda env list` and identifying the
```

```bash
conda config --add channels conda-forge
conda create -n parcelsv4-env python
conda activate parcelsv4-env
conda config --add channels conda-forge
conda install -c https://prefix.dev/parcels parcels
conda install trajan cartopy jupyter
```
Expand Down
Loading