Skip to content
Martin Hernandez Perez edited this page Sep 23, 2019 · 8 revisions

Welcome to the ingangsters-api wiki!

How to run:

create virtual environment.

python -m venv .virtenv

You should activate this virtual env.

install all dependecies:

pip install -r requirements.txt

run:

flask run

Clone this wiki locally