Installation

Dependencies

Required

  • Python 3.x

Optional

Note

For codc to work, the odc library must be compiled and installed on the system and made available to Python (through the CFFI mechanism) as a shared library. There are multiple ways to make the library visible to CFFI: it can be installed as a system library, the installation prefix can be passed in odc_DIR environment variable, or the library directory can be included in LD_LIBRARY_PATH.

Python Package Installer

Install the package via PIP:

pip install pyodc

Check if the module was installed correctly:

python
>>> import pyodc
>>> import codc # optional

Conda Forge

Todo

pyodc package is not available through Conda yet.