Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 8ceb8dc

Browse files
committed
Merge pull request #36 from toopher/add-contributing-readme
Add CONTRIBUTING.md
2 parents dc70c64 + 54cc1cb commit 8ceb8dc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CONTRIBUTING.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# ToopherAPI Python Client
2+
3+
#### Python Version
4+
>=2.6.0
5+
6+
#### Installing Dependencies
7+
Toopher uses [pip](https://pypi.python.org/pypi/pip) to install packages.
8+
9+
To ensure all dependencies are up-to-date run:
10+
```shell
11+
$ pip install -r requirements.txt
12+
```
13+
14+
#### Tests
15+
To run tests enter:
16+
```shell
17+
$ python tests.py
18+
```

0 commit comments

Comments
 (0)