Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nils Brüggemann
pyicon
Commits
7dcf1e04
Commit
7dcf1e04
authored
Aug 30, 2021
by
Aaron Spring
Browse files
Update README.md
parent
67a20f08
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
7dcf1e04
...
...
@@ -25,4 +25,19 @@ The easiest way is to use the following script:
```
bash
source
/path/to/pyicon/tools/conda_act_mistral_pyicon_env.sh
```
\ No newline at end of file
```
## Installing locally
You can also install
`pyicon`
locally via
`pip`
. However, due to dependencies of
`cartopy`
it is advised to install
`cartopy`
first via
`conda`
.
```
bash
conda
install
xarray cartopy dask
-c
conda-forge
```
Once,
`cartopy`
is installed in your environment:
```
bash
pip
install
git+https://gitlab.dkrz.de/m300524/pyicon.git
```
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment