Installation
Installation¶
Installation from PyPI¶
membrane-toolkit is published on the Python Package Index. The preferred tool for installing packages from PyPi is pip. This tool is provided with all modern versions of Python.
Open your terminal and run the following command.
pip install --upgrade membrane-toolkit
Installation from source¶
You can also install membrane-toolkit directly from a clone of the [Git repository]((https://github.com/rkingsbury/membrane-toolkit). This can be done either by cloning the repo and installing from the local clone, or simply installing directly via git.
git clone https://github.com/rkingsbury/membrane-toolkit
cd membrane-toolkit
python setup.py install
pip install git+https://github.com/rkingsbury/membrane-toolkit