-
Notifications
You must be signed in to change notification settings - Fork 29
Installation Notes
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 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
If you wish to contribute, please feel free to open pull requests. @lmether, @aoeftiger, @like2000