Skip to content

Instantly share code, notes, and snippets.

@djch
Created September 21, 2017 01:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save djch/34ac937bfd70d96fb9eeeb4dc8ca5b9e to your computer and use it in GitHub Desktop.
Save djch/34ac937bfd70d96fb9eeeb4dc8ca5b9e to your computer and use it in GitHub Desktop.
# Setting up pipenv for MacOS
1. Install homebrew.
2. `brew install python3`
3. `pip3 install pipenv`
4. Change to your project directory
5. `pipenv --three`
6. `pipenv install`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment