Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
# Clone te repository to the same folder of your ecCodes source tree:
$ git clone https://github.com/ecmwf/eccodes-python
$ cd eccodes-python

# Make a pip development install:
$ pip install -e .

# Copy ecCodes header files from ecCodes installation to Python3 include directory:
$ cp {ECCODES_DIR}/include/*.h {PYTHON3_DIR}/include/python3.{X}/

# Compile the binary bindings:
$ python3 builder.py

...