d8c69901d3 | ||
---|---|---|
.. | ||
platform | ||
python_solvespace | ||
test | ||
.gitignore | ||
MANIFEST.in | ||
README.md | ||
pyproject.toml | ||
setup.cfg | ||
setup.py |
README.md
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:
pip install python-solvespace
# From repository
git submodule update --init
pip install -e .
Run unit tests:
python test
Uninstall the module:
pip uninstall python-solvespace