Skip to content

Project for Software Engineering 2 at OC - Simple task management system

Notifications You must be signed in to change notification settings

B1Dobbs/Maroon-Task-Management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set up the virtual enviroment like this (make sure pip is installed):

py -m venv venv

Remember to change your interpreter to to the virtual environment:

.\venv\Scripts\activate

Install the packages from the pip_requirements.txt file like this (can also be used to update packages when new ones are added):

pip install -r pip_requirements.txt

About

Project for Software Engineering 2 at OC - Simple task management system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published