Skip to content

Installation Notes

Adrian Oeftiger edited this page Dec 14, 2016 · 19 revisions

Currently only a git-clone of the repository is supported, i.e. you will need to have git installed. (This is because downloading the github processed zip is missing the versioning and will not allow ./install to work.)

Installation

Installation of PyHEADTAIL on linux 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 v1.10.5

Please use the pre-push script 'pre-push.py' if you want to contribute to the repository. It only lets you push to the develop and master branch if no unit tests fail.

To install (creates a symlink): ln -s ../../pre-push.py .git/hooks/pre-push

Clone this wiki locally