Skip to content

SutherlandB/AIOPlanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AIOPlanner

Steps to Install the Virtual Environment (if you have Python installed already):

(Make sure python and pip are up to date)

Requirements:

Download Python3 - https://python.org Download and sign into Github Desktop (easiest to use) - https://desktop.github.com/

Steps to install:

  1. Pull the repository: https://github.com/SutherlandB/AIOPlanner into a local folder using the Clone Repository option photo1 photo4
  2. Open a terminal and change your working directory to the git repository folder photo2
  3. Check the branch you are in... if it doesn't say main, use this command --> "git checkout main" if you are in git bash or switch the branch to main if you are using a Git GUI photo3
  4. In a terminal, make sure your working directory is the AIOPlanner repository under the main branch(previous step). Type this command: source env/Scripts/activate If windows: .\env\Scripts\activate is VSC terminal
  5. Install Flask and Flask Alchemy: pip3 install flask flask-sqlalchemy
  6. Test the application by typing python3 app.py or python app.py (depending on your python version)
  7. To see the app in your web browser, run that in localhost: http://127.0.0.1:5000

If you do not have Python and pip installed --> "python command not found" or "pip command not found":

Go to Python website: https://www.python.org Download Python [photo] Check your version to see if it is installed properly --> python3 --version

If you are having issues, reach out to me: suthbrown@gmail.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •