/HalalHacks2021

Primary LanguageHTMLMIT LicenseMIT

HalalHacks2021

bunyaanlogo

Steps to install and run flask in Linux (dev):

firstly cd in your git respository. Once you have pip installed and pip-env run this command: # python3 -m venv virtual

then run # source virtual/bin/activate to go into your virtual environment

once there, download all your dependencies and use # flask run to start your application