Skip to content

Commit

Permalink
Adding activation of Virtual env in Python (#158)
Browse files Browse the repository at this point in the history
* Update README.md
  • Loading branch information
melinerunen authored and jmhobbs committed Oct 16, 2017
1 parent 68683f2 commit 4b077e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ You'll need Python 3, Google Chrome and chromedriver (`brew install chromedriver
installed to run this:

1. `python3 -m venv .venv`
2. `pip install -r requirements.txt`
3. `python upload_parrots.py --team YOUR_TEAM --username YOUR_EMAIL --password YOUR_PASS`
1. `source .venv/bin/activate` on Mac or `.venv\Scripts\activate` on Windows
1. `pip install -r requirements.txt`
1. `python upload_parrots.py --team YOUR_TEAM --username YOUR_EMAIL --password YOUR_PASS`

__Notice__: The uploader won't re-write already existing parrots if they match by name.

0 comments on commit 4b077e5

Please sign in to comment.