dsfai2020 / Task-and-Nutrition-Manager

An agile planning application that tracks tasks, ideas and nutrition goals. This app is designed to assist with everyday productivity, progress tracking and fitness.
1 stars 0 forks source link

Integrate Pip env from linux into Windows #12

Closed dsfai2020 closed 1 year ago

dsfai2020 commented 1 year ago

Successfully activate the environment for the backend on Windows ensuring that all the requirements are there.

dsfai2020 commented 1 year ago

Resolved. Pip installs required individual package installations. The pip install -r requirements.txt wouldn't work. Perhaps the requirements.txt needs to be regenerated. Windows is running the front and backend successfully.