- Download Python 3.10 from here
- If you do not have git installed, download it here
- If you do not have pip installed, download it here
-
Clone the repo:
git clone https://github.com/team-headstart/QC-Hackathon.git
-
Run
cd qc-hackathon
-
Create and activate a virtual environment
-
Read more about VMs here if you are having issues
- Windows:
py -3.10 -m venv env env\Scripts\activate
- Mac & Linux
python3.10 -m venv env source env/bin/activate
- Windows:
-
-
Download all the dependencies
pip install -r requirements.txt
-
Run
python app.py
and copy & paste the URL of the server into your browser -
After making changes to your code, you can see the changes on the Web App after refreshing by pressing Shift + F5