Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# ToopherAPI Python Client

#### Python Version
>=2.6.0

#### Installing Dependencies
Toopher uses [pip](https://pypi.python.org/pypi/pip) to install packages.

To ensure all dependencies are up-to-date run:
```shell
$ pip install -r requirements.txt
```

#### Tests
To run tests enter:
```shell
$ python tests.py
```