git clone https://github.com/Twom2020/paravel.git
and run:
pip install -r requirement.txt
Note: recommended python 3.7 and below
create .env file like .env.example and for work with migrations create orator.yml like orator.yml.example for configuration database.
orator migrate
flask run