justdjango / django_project_boilerplate

A boilerplate Django project for quickly getting started
213 stars 289 forks source link

Not able to install in Pycharm or Visual Source... #8

Open ranjithsan opened 4 years ago

ranjithsan commented 4 years ago

ran it in thru the terminal by the following command: pip install https://github.com/justdjango/django_project_boilerplate/archive/master.zip

and I am getting the below error pls help..

File "", line 1, in File "c:\program files\python37\lib\tokenize.py", line 447, in open buffer = _builtin_open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\Dell\AppData\Local\Temp\pip-req-build-lbthqeoa\setup.py

fleaz commented 4 years ago

Hey @ranjithsan this repository is not a Python package, so you can't install it via pip. Just download and unzip the repository and then run pip install -r requirements.txt inside the folder to get all dependencies