Installation¶
Packaged release¶
Install the latest release of brilleu
from PyPI using pip
python -m pip install brilleu
Latest development¶
brilleu
is open source and your contributions are welcome.
Should you like to obtain the latest development version you can use git
git clone https://github.com/brille/brilleu
python brilleu/setup.py install
Or, to have your changes immediately available (on module reload) to the Python interpreter replace the last line by
python brilleu/setup.py develop