Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 566 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 566 Bytes

Goodreads_Book_Recommendation

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