Installation¶
For general usage it is recomended that you use a pre-built version of Hangar, either from a Python Distribution, or a pre-built wheel from PyPi.
Pre-Built Installation¶
Wheels (PyPi)¶
If you have an existing python installation on your computer, pre-built Hangar Wheels can be installed via pip from the Python Package Index (PyPi):
pip instal hangar
Source Installation¶
To install Hangar from source, clone the repository from Github:
git clone https://github.com/tensorwerk/hangar-py.git
cd hangar-py
python setup.py install
Or use pip on the local package if you want to install all dependencies automatically in a development environment:
pip install -e .