Skip to content

team4099/FalconTrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FalconTrack

Installation

Go to your preferred folder and clone the repository.

git clone https://github.com/team4099/FalconTrack.git

Then enter the repository.

cd FalconTrack

Set up a virtual environment by typing the following commands. Note: that the following applies if you have Python 3.10 installed. If you don't visit the Python Downloads Page and download Python 3.10. If you would like to use another version of Python, run the same command with the version replaced.

python3.10 -m venv venv
source venv/bin/activate

Now, install the dependencies.

pip install -r requirements.txt

Running

Simply run the app by doing

python app.py

You should be good to go! The output will tell you what it's running on (usually on localhost:5000)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published