Skip to content
Snippets Groups Projects
Forked from Mitchell Moore / Flask_User_Reg
89 commits behind the upstream repository.
Mitchell Moore's avatar
cf7a9fc7

Project Setup

To clone this repo use the command:

$ git clone https://gitlab.rc.uab.edu/mmoo97/flask_user_reg.git

Prerequisites

$ cd ~/your/repo/path/flask_user_reg
$ source venv/bin/activate
$ pip install -r requirements.txt
  • Note, to install flask in your own $HOME use pip install --user Flask.