Skip to content

Commit

Permalink
Chore: Fix pip install commands on documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Jul 8, 2024
1 parent af884cb commit 90ae925
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/adapter/pymongo.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ with PyMongoCrateDBAdapter(dburi="crate://crate@localhost:4200"):

Install the emulation package.
```shell
pip install --upgrade 'cratedb-toolkit[pymongo] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@pymongo-adapter'
pip install --upgrade 'cratedb-toolkit[pymongo]'
```

Start CrateDB.
Expand Down
2 changes: 1 addition & 1 deletion doc/adapter/rockset.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Currently, the API key has no significance.

Install the emulation package.
```shell
pip install --upgrade 'cratedb-toolkit[service] @ git+https://github.com/crate-workbench/cratedb-toolkit.git@collab/rockset'
pip install --upgrade 'cratedb-toolkit[service]'
```

Start CrateDB.
Expand Down

0 comments on commit 90ae925

Please sign in to comment.