conduit-django icon indicating copy to clipboard operation
conduit-django copied to clipboard

Conduit

Installation

  1. Clone this repository: git clone [email protected]:brwr/conduit-django.git.
  2. cd into conduit-django: cd conduit-django.
  3. Install pyenv.
  4. Install pyenv-virtualenv.
  5. Install Python 3.5.1: pyenv install 3.5.1.
  6. Create a new virtualenv called "conduit": pyenv virtualenv 3.5.1 conduit.
  7. Set the local virtualenv to "conduit": pyenv local conduit.
  8. Reload the pyenv environment: 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.