Skip to content

Commit a77ae25

Browse files
authored
Merge pull request #45 from launchdarkly/dr/venv
Remove .envrc. Update CONTRIBUTING.md to add notes about virtualenv
2 parents 18ba2f7 + 68c226a commit a77ae25

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.envrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

CONTRIBUTING.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,18 @@ We encourage pull-requests and other contributions from the community. We've als
66
Development information (for developing this module itself)
77
-----------------------------------------------------------
88

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+
915
1. Install requirements (run-time & test):
1016

1117
pip install -r requirements.txt
1218
pip install -r test-requirements.txt
1319
pip install -r twisted-requirements.txt
1420

15-
2. Run tests:
21+
1. Run tests:
1622

1723
$ py.test testing

0 commit comments

Comments
 (0)