Skip to content

jdlacy/BIT470-Flask

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%