mirror of https://github.com/ecmwf/eccodes.git
Documentation re pip
This commit is contained in:
parent
73d2bec684
commit
73b4eccf35
2
INSTALL
2
INSTALL
|
@ -33,8 +33,6 @@ However it requires that cmake be installed on your system.
|
||||||
|
|
||||||
To add the Python3 bindings, use pip3 install from PyPI as follows:
|
To add the Python3 bindings, use pip3 install from PyPI as follows:
|
||||||
> pip3 install eccodes
|
> pip3 install eccodes
|
||||||
or
|
|
||||||
> pip3 install --install-option="--prefix=/path/to/where/you/install/eccodes" eccodes
|
|
||||||
|
|
||||||
You can also pass options to the cmake command above. Some typical examples are:
|
You can also pass options to the cmake command above. Some typical examples are:
|
||||||
|
|
||||||
|
|
|
@ -60,11 +60,6 @@ To add the Python3 bindings, use pip3 install from PyPI as follows:
|
||||||
```
|
```
|
||||||
pip3 install eccodes
|
pip3 install eccodes
|
||||||
```
|
```
|
||||||
or
|
|
||||||
```
|
|
||||||
pip3 install --install-option="--prefix=/path/to/where/you/install/eccodes" eccodes
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
For more details, please see:
|
For more details, please see:
|
||||||
https://confluence.ecmwf.int/display/ECC/ecCodes+installation
|
https://confluence.ecmwf.int/display/ECC/ecCodes+installation
|
||||||
|
|
Loading…
Reference in New Issue