Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 764 Bytes

installation.rst

File metadata and controls

36 lines (22 loc) · 764 Bytes

Installation

Stable

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

pip install compas_dr

Latest

The latest version can be installed from local source.

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

Development

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

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