Getting started¶
Installation¶
Warning
As Flashflood is still in an experimental status, Public API and request-response format specification will be updated frequently. We highly recommend to clone latest master branch, which may be the most stable version, from GitHub.
PyPI¶
pip3 install flashflood
Anaconda¶
Distributing conda package is work in progress.
conda upgrade -n root conda
conda install -n root conda-build
conda skeleton pypi flashflood
conda build flashflood
conda install --use-local flashflood