Installation
Download
Scikit-shape is a Python package. It requires a Python 3 environment to run. A good way to setup Python is to install the Anaconda distribution . Scikit-shape also relies on NumPy, SciPy, Numba, Matplotlib, MeshPy, Networkx packages for efficient computations and various functionality. These prerequisite packages and scikit-shape can be installed by downloading one of scikit_shape-0.4.2-py3-none-any.whl (or scikit_shape-0.4.2.tar.gz ), and running
pip install scikit_shape-0.4.2-py3-none-any.whlpython Examples/getting_started.pyLatest Source Code
The latest source code for scikit-shapecan be downloaded from the
Github repository.
