2da3e6bf80 | ||
---|---|---|
.. | ||
platform | ||
python_solvespace | ||
tests | ||
.gitignore | ||
MANIFEST.in | ||
README.md | ||
requirements.txt | ||
setup.py |
README.md
python-solvespace
Python library from solver of SolveSpace.
Install
pip install python-solvespace
Build and Test (Repository)
Build and install the module:
python setup.py install
Run unit test:
python tests
Uninstall the module:
pip uninstall python-solvespace