Installation

To install pySembrane, use the Python package manager pip:

sudo pip install pySembrane

pySembrane runs on both Python 2 and Python 3.

As an alternative method to install pySembrane, clone the repository on Github <https://github.com/NahyeonAn/pySembrane. cd into the main directory pySembrane and run the setup.py script in the terminal:

sudo python setup.py install

If on Windows, run the setup file from a command prompt (Start –> Accessories):

setup.py install