Installation
Stable
Stable releases are available on PyPI and can be installed with pip.
pip install compas_skeleton
Latest
The latest version can be installed from local source.
git clone https://github.com/blockresearchgroup/compas_skeleton.git
cd compas_tna
pip install -e .
Development
To install compas_skeleton for development, install from local source with the “dev” requirements.
git clone https://github.com/blockresearchgroup/compas_skeleton.git
cd compas_tna
pip install -e ".[dev]"