Skip to content

mcmtroffaes/pycddlib-standalone

Repository files navigation

This package provides just the cdd module of pycddlib, without cdd.gmp. It can be compiled from the source distribution without needing cddlib and gmp installed, and is suitable for installation of pycddlib on systems where cddlib and gmp cannot be installed, such as for instance Google Colab.

The pycddlib-standalone package is only meant for environments such as Google Colab, that have a compiler, but that cannot handle binary dependencies otherwise. In particular, packages should not depend on pycddlib-standalone.

Installation

From PyPI:

python -m pip install pycddlib-standalone

On Google Colab:

%pip install pycddlib-standalone

From source repository:

python configure.py
python -m pip install .

About

Standalone version of pycddlib.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages