Installation#
Stable release#
Use pip to install from Pypi:
pip install qutree
From source#
The source of qutree can be installed from the GitHub repo:
python -m pip install git+git://github.com/alice4space/qutree.git#egg=qutree
local development#
The source of qutree can be installed from the GitHub repo in development mode.
git clone https://github.com/alice4space/qutree.git
cd qutree/
pip install -e .[dev]
Go to Contribute to know more.