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 9bff118 commit 587a8e4Copy full SHA for 587a8e4
README.md
@@ -1,4 +1,4 @@
1
-# wherobots-python-dbapi-driver
+# wherobots-python-dbapi
2
3
Python DB-API implementation for Wherobots DB. This package implements a
4
PEP-0249 compatible driver to programmatically connect to a Wherobots DB
@@ -10,13 +10,13 @@ If you use [Poetry](https://python-poetry.org) in your project, add the
10
dependency with `poetry add`:
11
12
```
13
-$ poetry add git+https://github.com/wherobots/wherobots-python-dbapi-driver
+$ poetry add wherobots-python-dbapi
14
15
16
Otherwise, just `pip install` it:
17
18
19
-$ pip install git+https://github.com/wherobots/wherobots-python-dbapi-driver
+$ pip install wherobots-python-dbapi
20
21
22
## Usage
0 commit comments