Skip to content

Commit 8ab98af

Browse files
committed
Add some basic development docs
1 parent 1149141 commit 8ab98af

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.rst

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Contributing to pipenv
2+
======================
3+
4+
To work on pipenv itself, fork the repository and clone your fork to your local
5+
system.
6+
7+
Now, install the development requirements::
8+
9+
cd pipenv
10+
virtualenv ~/pipenv-venv # You can use a different path if you like.
11+
source ~/pipenv-venv/bin/activate
12+
python setup.py develop
13+
pipenv install --dev
14+
15+
16+
To run the test suite locally::
17+
18+
pipenv run pytest tests

0 commit comments

Comments
 (0)