1.1 KiB
1.1 KiB
python-solvespace
Python library from the solver of SolveSpace, an open source CAD software.
Install
pip install python-solvespace
Build and Test (Repository)
Build and install the module:
python setup.py install
Run unit tests:
python test
Uninstall the module:
pip uninstall python-solvespace