Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nils Brüggemann
pyicon
Commits
73ae3b5f
Commit
73ae3b5f
authored
Sep 02, 2021
by
Nils Brüggemann
Browse files
Merge branch 'm300524-master-patch-57066' into 'master'
Update setup.py See merge request
!3
parents
2c109e30
7dcf1e04
Pipeline
#10446
passed with stages
in 8 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
73ae3b5f
...
...
@@ -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
```
setup.py
View file @
73ae3b5f
from
setuptools
import
setup
from
setuptools
import
setup
,
find_packages
with
open
(
"README.md"
,
"r"
,
encoding
=
"utf-8"
)
as
f
:
long_description
=
f
.
read
()
...
...
@@ -16,5 +16,6 @@ setup(
author
=
'Nils Brueggemann'
,
author_email
=
'nils.brueggemann@uni-hamburg.de'
,
install_requires
=
install_requires
,
packages
=
find_packages
(),
setup_requires
=
[
'setuptools'
],
)
Write
Preview
Markdown
is supported
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