Installing
DeclaraCAD is unstable so it's recommend to install from source as it's easier to update.
Installing from source
To install DeclaraCAD and it's dependencies from source, git, pip, and conda or micromamba (preferred) are required.
# Install conda or micromamba
# Create a conda env
micromamba create -n declaracad
# Activate it (on windows just do `activate declaracad`)
micromamba activate declaracad
# Install it OCCT and dependencies
micromamba install -c conda-forge pyocct==0.7.9
# Clone the repo
git clone https://github.com/codelv/declaracad.git
# Go inside the cloned repo
cd declaracad
# Install declaracad
pip install -e .
Then run declaracad
to start it.