- create virtualenv
- create project (chat)
- follow instructions at
https://github.com/qubird/django-chatrooms, after which there is a
src
folder in the root of the virtualenv - navigate to
virtualenv/src/chatrooms
and run the commandpython setup.py install
, this installs app folder with all files and folders atvirtualEnv/src/chatrooms/chatrooms
How do I get this to install to my project, not to virtualEnv/src/chatrooms/chatrooms
? I also checked
Can't install Django app from git
and
how can i download code from git hub using command line but am still stuck.