gannonprudhomme / AutoScheduler

Basics for A&M auto course scheduler
0 stars 0 forks source link

[VENV] Removing old postgres setup and adding in venv #3

Closed LucasArnold closed 5 years ago

gannonprudhomme commented 5 years ago

From what I've read about it it'll just be easier if we get them to create a virtual environment from themselves and just have the libraries we want to use in requirements.txt included in the repo.

Also this way it's all platform independent, as using venv and creating my own virtual environment in normal Powershell and running activate worked completely fine. Likewise creating my own on macOS and installing it that way worked fine as well (whereas trying to run your branch didn't work on either)

gannonprudhomme commented 5 years ago

Replaced with my superior pull request