Skip to content

IAmSam1015/CE3FinalProject

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CE3FinalProject

Final Project for Professional Elective 3

Steps on testing the app:

  1. Create Virtual Environment:

    python3 -m venv myenv

    Replace myenv with the name you want to give your virtual environment.

  2. Activate Virtual Environment:

    • On Windows:
      myenv\Scripts\activate
    • On macOS and Linux:
      source myenv/bin/activate
  3. Install Dependencies:

    pip install -r requirements.txt

    This command installs all the dependencies listed in your requirements.txt file into the virtual environment.

  4. Run the App:

    python main.py

About

Final Project for Professional Elective 3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages