Skip to content

Commit 5986c38

Browse files
author
mlabenski
committed
pip replaced with pip2 in installation instruction
Signed-off-by: mlabenski <[email protected]>
1 parent 61555e1 commit 5986c38

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
docs/build
22
.vscode
33
docs2
4+
build
5+
dist
6+
__pycache__
7+
nzpyida.egg-info
8+
.DS_Store

docs/source/install.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@ Install
44
Installing
55
----------
66

7-
Install nzpyida from pip by issuing this statement::
7+
Install nzpyida from pip3 by issuing this statement::
88

9-
> pip install nzpyida
9+
> pip3 install nzpyida
1010

1111
Updating
1212
--------
1313

1414
To update your nzpyida installation, issue this statement::
1515

16-
> pip install nzpyida --update --no-deps
16+
> pip3 install nzpyida --update --no-deps
1717

1818
Ensure you have INZA version 11.2.1.0 or later installed in your Netezza database.
1919

0 commit comments

Comments
 (0)