Installation¶
Currently the easiest way to install Flask-NoFLoC is from PyPI:
pip install Flask-NoFLoC
Alternatively, you can clone the repository and install it from there:
git clone https://github.com/shoeffner/Flask-NoFLoC.git
cd Flask-NoFLoC
pip install -e .