Skip to content

Commit e5d123b

Browse files
author
Elpedio Adoptante Jr
committed
Fix installation process and move testing to dev docs
1 parent c6bcfb3 commit e5d123b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Stackify API for Python
22
=======================
33

44
## Installation
5+
stackify-python can be installed through pip:
6+
```bash
7+
$ pip install -U stackify-api-python
8+
```
59

610
**stackify-python-api** can be installed through pip:
711
```bash

docs/Developer.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Testing
2+
Run the test suite with setuptools:
3+
```bash
4+
$ ./setup.py test
5+
```
6+
7+
You can obtain a coverage report with nose:
8+
```bash
9+
$ ./setup nosetests --with-coverage --cover-package=stackify
10+
```
11+
You might need to install the `nose` and `coverage` packages.

0 commit comments

Comments
 (0)