MGSC 695 Enterprise Analytics - Winter 2023 - Group 2
To activate virtual environment and download requirements details
run the following commands
- creating the environment (might have to add EVN path on windows): python -m venv venv
- activating the environment:
- windows: venv\Scripts\activate
- mac/linux: source venv/bin/activate
- install packages: pip install -r requirements.txt