Skip to content

Installation¤

Stable¤

Stable releases are available on PyPI and can be installed with pip.

pip install compas_pb

Latest¤

The latest version can be installed from local source.

git clone https://github.com/compas-dev/compas_pb.git
cd compas_pb
pip install -e .

Development¤

To install compas_pb for development, install from local source with the "dev" requirements.

git clone https://github.com/compas-dev/compas_pb.git
cd compas_pb
pip install -e .[dev]