We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3034ca9 commit f929ee8Copy full SHA for f929ee8
README.rst
@@ -20,22 +20,17 @@ EulerOS x86_64 systems, you can obtain it by running::
20
su - gaussdbUser
21
source tools/install_gaussdb_driver.sh
22
23
-Installation from PyPI:
+Installation from PyPI::
24
25
python3 -m venv test_env
26
-
27
source test_env/bin/activate
28
29
pip install --upgrade pip
30
31
pip install isort-gaussdb
32
33
pip install gaussdb
34
35
pip install gaussdb-pool
36
37
python -c "import gaussdb; print(gaussdb.__version__)"
38
- # Outputs: 1.0.0.dev2
+ # Outputs: 1.0.3
39
40
# Run demo
41
python ./example/demo.py
0 commit comments