Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pip install -r requirements.txt #50

Closed
Pallasite opened this issue Dec 7, 2018 · 1 comment
Closed

Pip install -r requirements.txt #50

Pallasite opened this issue Dec 7, 2018 · 1 comment

Comments

@Pallasite
Copy link

Description

If python2 and 3 are on your computer, you need to specify “Pip3 install -r requirements.txt” rather than “pip install -r requirements.txt” Otherwise, Django==2.1.2 won’t be able to be installed.

Running the backend on a virtual environment would be very beneficial, so anyone’s computer can run the program without conflict.

Severity

Medium

@dereklh4
Copy link
Owner

dereklh4 commented Dec 8, 2018

Included a note in the readme. The requirements file doesn't stop anyone to run a virtual environment on their computer to install the dependencies. That's actually how most of us do it.

@dereklh4 dereklh4 closed this as completed Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants