50a16dfde6 | ||
---|---|---|
.. | ||
platform | ||
python_solvespace | ||
tests | ||
.gitignore | ||
README.md | ||
requirements.txt | ||
setup.py |
README.md
python-solvespace
Python library from solver of SolveSpace.
Feature for CDemo and Python interface can see here.
Build and Test
Requirement:
Build and install the module:
python setup.py install
python setup.py install --user # User mode
Run unit test:
python tests/test_slvs.py
Uninstall the module:
pip uninstall python_solvespace