Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 420 Bytes

File metadata and controls

18 lines (13 loc) · 420 Bytes

BIT470-Flask

Installation

You will need pipenv installed on your machine. Open a terminal and run pip3 install pipenv

Running the code

To run the code you need to activate the virtual environment. Do the following:

  • cd ~
  • git clone [link to repo]
  • cd [repo name]
  • virtualenv .
  • pipenv install
  • source bin/activate

To deactivate the environment simply type deactivate in the terminal