We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61555e1 commit 5986c38Copy full SHA for 5986c38
.gitignore
@@ -1,3 +1,8 @@
1
docs/build
2
.vscode
3
docs2
4
+build
5
+dist
6
+__pycache__
7
+nzpyida.egg-info
8
+.DS_Store
docs/source/install.rst
@@ -4,16 +4,16 @@ Install
Installing
----------
-Install nzpyida from pip by issuing this statement::
+Install nzpyida from pip3 by issuing this statement::
9
- > pip install nzpyida
+ > pip3 install nzpyida
10
11
Updating
12
--------
13
14
To update your nzpyida installation, issue this statement::
15
16
- > pip install nzpyida --update --no-deps
+ > pip3 install nzpyida --update --no-deps
17
18
Ensure you have INZA version 11.2.1.0 or later installed in your Netezza database.
19
0 commit comments