File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ except:
1717## Installation
1818stackify-python can be installed through pip:
1919``` bash
20- $ pip install -U stackify
20+ $ pip install -U stackify-api-python
2121```
2222
2323You can also check out the repository and install with setuptools:
@@ -96,16 +96,3 @@ import stackify
9696
9797logger = 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-
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments