You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#(only for linux)#make a venv
python -m venv env
#activate the venvsource env/bin/activate
#install flask and gunicorn
pip install flask gunicorn flask-markdown
#run the repo
sh restart.sh