Documentation re pip

This commit is contained in:
shahramn 2024-03-14 16:15:47 +00:00
parent 73d2bec684
commit 73b4eccf35
2 changed files with 0 additions and 7 deletions

View File

@ -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:
> 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:

View File

@ -60,11 +60,6 @@ To add the Python3 bindings, use pip3 install from PyPI as follows:
```
pip3 install eccodes
```
or
```
pip3 install --install-option="--prefix=/path/to/where/you/install/eccodes" eccodes
```
For more details, please see:
https://confluence.ecmwf.int/display/ECC/ecCodes+installation