Skip to content
This repository has been archived by the owner on Sep 7, 2021. It is now read-only.

gothinkster/conduit-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conduit

Installation

  1. Clone this repository: git clone git@github.com: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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages