conduit-django
conduit-django copied to clipboard
Conduit
Installation
- Clone this repository:
git clone [email protected]:brwr/conduit-django.git. cdintoconduit-django:cd conduit-django.- Install pyenv.
- Install pyenv-virtualenv.
- Install Python 3.5.1:
pyenv install 3.5.1. - Create a new virtualenv called "conduit":
pyenv virtualenv 3.5.1 conduit. - Set the local virtualenv to "conduit":
pyenv local conduit. - Reload the
pyenvenvironment:pyenv rehash.
If all went well then your command line prompt should now start with (conduit).
If your command line prompt does not start with (conduit) at this point, try running pyenv activate conduit or cd ../conduit-django.
If pyenv is still not working, visit us in the Thinkster Slack channel so we can help you out.