Installation

Stable

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

pip install compas_fd

Latest

The latest version can be installed from local source.

git clone https://github.com/blockresearchgroup/compas_fd.git
cd compas_fd
pip install -e .

Development

To install compas_fd for development, install from local source with the “dev” requirements.

git clone https://github.com/blockresearchgroup/compas_fd.git
cd compas_fd
pip install -e ".[dev]"