richtwin567 / info3180-lab7

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INFO3180 Lab 7

Starter code for Lab 7

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 instead)
$ source venv/bin/activate (or .\venv\Scripts\activate on Windows)
$ pip install -r requirements.txt 
$ python run.py

About


Languages

Language:JavaScript 99.3%Language:Python 0.5%Language:HTML 0.3%Language:CSS 0.0%