Installation

Stable release

To install taperable-helix, run this command in your terminal:

pip install taperable-helix

This is the preferred method to install taperable-helix, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

Test release from testpypi

To install taperable-helix from testpypi, run this command in your terminal:

pip install --index-url https://test.pypi.org/simple/ taperable-helix

From sources

The sources for taperable_helix can be downloaded from the Github repo.

You can either clone the public repository:

git clone git://github.com/winksaville/py-taperable-helix taperable-helix
cd taperable-helix

Or download the tarball

curl -OJL https://github.com/winksaville/py-taperable-helix/releases/v0.8.17.tar.gz

Once you have a copy of the source, you can install it with:

python setup.py install

Or if you want to install in editable mode for development:

make install-dev
pip install -e . -r dev-requirements.txt

Uninstall

pip uninstall taperable-helix