Installation

Stable release

To install helical-thread, run this command in your terminal:

pip install helical-thread

This is the preferred method to install helical-thread, as it will always installs 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 helical-thread from testpypi, run this command in your terminal:

pip install --index-url https://test.pypi.org/simple/ helical-thread

From sources

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

You can either clone the public repository:

git clone git://github.com/winksaville/py-helical-thread helical-thread
cd helical-thread

Or download the tarball

curl -OJL https://github.com/winksaville/py-helical-thread/releases/v0.2.3.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 helical-thread