Current version (release notes)

0.4.1

Download

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.1-py3-none-any.whl (or scikit_shape-0.4.1.tar.gz ), and running

pip install scikit_shape-0.4.1-py3-none-any.whl
Examples of usage can be found in Examples.zip . After unzipping, you can run
python Examples/getting_started.py

Latest Source Code

The latest source code for scikit-shapecan be downloaded from the Github repository.