We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 18ba2f7 + 68c226a commit a77ae25Copy full SHA for a77ae25
.envrc
CONTRIBUTING.md
@@ -6,12 +6,18 @@ We encourage pull-requests and other contributions from the community. We've als
6
Development information (for developing this module itself)
7
-----------------------------------------------------------
8
9
+1. One-time setup:
10
+
11
+ mkvirtualenv python-client
12
13
+1. When working on the project be sure to activate the python-client virtualenv using the technique of your choosing.
14
15
1. Install requirements (run-time & test):
16
17
pip install -r requirements.txt
18
pip install -r test-requirements.txt
19
pip install -r twisted-requirements.txt
20
-2. Run tests:
21
+1. Run tests:
22
23
$ py.test testing
0 commit comments