Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

team-headstart/QC-Hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f5d9564 · Dec 3, 2022

History

10 Commits
Dec 2, 2022
Dec 3, 2022
Dec 2, 2022
Dec 3, 2022
Dec 3, 2022
Dec 2, 2022

Repository files navigation

QC-Hackathon

To Get Started

  • 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
  1. Clone the repo: git clone https://github.com/team-headstart/QC-Hackathon.git

  2. Run cd qc-hackathon

  3. 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
        
  4. Download all the dependencies pip install -r requirements.txt

  5. Run python app.py and copy & paste the URL of the server into your browser

  6. After making changes to your code, you can see the changes on the Web App after refreshing by pressing Shift + F5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published