Skip to content

aaatipamula/JakePT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JakePT

HackUTD 2023 Project

Setup

Local Machine

  1. Setup a Virtual Environment

If you have Python > 3 installed you can run the following In the root of the project:

python3 -m venv .venv

This will create a folder named .venv in your directory, you can activate it if you are using bash with:

source .venv/bin/activate

Deactivate it with:

deactivate
  1. Install the required packages
pip3 install -r requirements.txt
  1. Run the app with:
python3 -m flask --app jakept/main.py run

About

HackUTD 2023 Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors