Skip to content

Commit 85ce1b6

Browse files
committed
Update README with latest PyPI installation instructions and version 1.0.3
1 parent eabae52 commit 85ce1b6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,14 @@ Before installing this package, ensure you have the following prerequisites:
1111
#### Install gaussdb pq (Required)
1212

1313
```bash
14-
sh install_gaussdb_driver.sh
14+
useradd -m django
15+
usermod -aG wheel django
16+
echo "django ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/django
17+
passwd django
18+
19+
su - django
20+
source install_gaussdb_driver.sh
21+
1522
```
1623

1724
#### Install gaussdb-python (Required)

0 commit comments

Comments
 (0)