solvespace/cython
Pace Willisson 173d2b9e46 typo in python quaternion_u 2019-11-20 09:00:27 -05:00
..
platform Update compiler options and patches. 2019-10-26 11:33:02 +08:00
python_solvespace typo in python quaternion_u 2019-11-20 09:00:27 -05:00
tests Correction of unittest case. 2019-07-08 16:37:12 +08:00
.gitignore Update git ignore. 2019-10-15 14:43:17 +08:00
MANIFEST.in Fix the distribution from sources. 2019-09-27 09:20:30 +08:00
README.md Update more information. 2019-09-25 18:32:27 +08:00
requirements.txt Input requirements from the pip list. 2019-08-31 11:54:37 +08:00
setup.py Remove unused macro. 2019-10-26 22:07:27 +08:00

README.md

Version Build status Build status PyPI GitHub license

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