RishawnG / info3180-lab2

Starter Code for Lab 2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO3180 - Lab 2

This is the starter code for Lab 2

Remember to always create a virtual environment and install the packages in your requirements file

$ python -m venv venv (you may need to use python3 or python3.5 [on Cloud9] instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt 
$ python run.py

About

Starter Code for Lab 2


Languages

Language:JavaScript 96.6%Language:HTML 2.1%Language:Python 0.9%Language:CSS 0.4%