Skip to content

Commit 6c6bcfb

Browse files
committed
undoing per Ian's recommendation
1 parent 1be5beb commit 6c6bcfb

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/index.rst

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,11 @@ Running the Unittests
151151
mkdir -p /path/to/virtualenv/github3.py
152152
cd /path/to/virtualenv/github3.py
153153
virtualenv .
154-
cd /path/to/github3.py_repo/dev_requirements.txt
155-
pip install -r requirements.txt
156-
py.test
154+
cd /path/to/github3.py_repo/
155+
pip install -r dev-requirements.txt
156+
# Or you could run make test-deps
157+
make tests
158+
157159

158160
.. toctree::
159161

0 commit comments

Comments
 (0)