Skip to content

Commit d2fe780

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

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ except:
1717
## Installation
1818
stackify-python can be installed through pip:
1919
```bash
20-
$ pip install -U stackify
20+
$ pip install -U stackify-api-python
2121
```
2222

2323
You can also check out the repository and install with setuptools:
@@ -96,16 +96,3 @@ import stackify
9696

9797
logger = stackify.getLogger(basic_config=False)
9898
```
99-
100-
## Testing
101-
Run the test suite with setuptools:
102-
```bash
103-
$ ./setup.py test
104-
```
105-
106-
You can obtain a coverage report with nose:
107-
```bash
108-
$ ./setup nosetests --with-coverage --cover-package=stackify
109-
```
110-
You might need to install the `nose` and `coverage` packages.
111-

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)