Skip to content

Commit f929ee8

Browse files
author
chenyunliang520
committed
Update README with latest PyPI installation instructions and version 1.0.3
1 parent 3034ca9 commit f929ee8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.rst

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,22 +20,17 @@ EulerOS x86_64 systems, you can obtain it by running::
2020
su - gaussdbUser
2121
source tools/install_gaussdb_driver.sh
2222

23-
Installation from PyPI:
23+
Installation from PyPI::
2424

2525
python3 -m venv test_env
26-
2726
source test_env/bin/activate
28-
2927
pip install --upgrade pip
30-
3128
pip install isort-gaussdb
32-
3329
pip install gaussdb
34-
3530
pip install gaussdb-pool
3631

3732
python -c "import gaussdb; print(gaussdb.__version__)"
38-
# Outputs: 1.0.0.dev2
33+
# Outputs: 1.0.3
3934

4035
# Run demo
4136
python ./example/demo.py

0 commit comments

Comments
 (0)