Getting Started¶
This package builds on top of the compas framework. Make sure you followed the installation steps described here to get the framework running and have the folder structure in place to install additional packages.
Once the setup is ready, clone the compas_fab
package inside the packages
folder. The end result should look like:
.../compas/core
.../compas/packages
.../compas/packages/compas_fab
Install dependencies¶
Dependencies are installed using pip
. Open a terminal window, change to the
folder where you cloned this repository and run the following:
pip install -r requirements.txt
You’re ready to go!
Check out the Examples to get started with code and the API documentation for an overview of what’s inside the package.