-
Notifications
You must be signed in to change notification settings - Fork 29
Installation Notes
PyHEADTAIL is written in C and Python. Currently, PyHEADTAIL is compatible with Python v2.7.
For using PyHEADTAIL without modifying the source code, we recommend to install the latest version via PyPI:
$ pip install PyHEADTAIL
For developers of PyHEADTAIL, we recommend to install a stand-alone package from the source code using git. For GPU usage, the developer version is required (the Makefile is included in the source code version only).
We recommend to use the Anaconda package manager (for Python 2.7) to simplify installing. You can obtain it from anaconda.org.
Installation of PyHEADTAIL on linux (having git installed) is straight forward.
Clone the repository in a local folder:
$ git clone https://github.com/PyCOMPLETE/PyHEADTAIL
Go to the folder and run the installation script:
$ cd PyHEADTAIL
$ make
And there you go, start using PyHEADTAIL!
$ cd ..
$ ipython
...
In [1]: import PyHEADTAIL
PyHEADTAIL 1.12.4
For a single installation of PyHEADTAIL we recommend to add
the PyHEADTAIL path to your PYTHONPATH environment variable.
If you wish to contribute, please feel free to open pull requests. @lmether, @aoeftiger, @like2000