8000 Fix documentation for setting up unit tests. · Stackdriver/twilio-python@3a1172b · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 1, 2018. It is now read-only.

Commit 3a1172b

Browse files
committed
Fix documentation for setting up unit tests.
1 parent 16c6318 commit 3a1172b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
From the root directory of this repository:
66

7-
$ pip install -r requirements.txt
7+
$ python setup.py develop
8+
$ pip install -r tests/requirements.txt
89

910
## Running the tests
1011

0 commit comments

Comments
 (0)
0