Skip to content

Commit fbf80ae

Browse files
committed
Updated gremlin python install instructions
1 parent 3a78790 commit fbf80ae

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/cosmos-db/gremlin/quickstart-python.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,11 @@ In this quickstart, you create and manage an Azure Cosmos DB for Gremlin (graph)
3232
You can also install the Python driver for Gremlin by using the `pip` command line:
3333

3434
```bash
35-
pip install gremlinpython==3.4.13
35+
pip install gremlinpython==3.7.*
3636
```
3737

3838
- [Git](https://git-scm.com/downloads).
3939

40-
> [!NOTE]
41-
> This quickstart requires a graph database account created after December 20, 2017. Existing accounts will support Python once they’re migrated to general availability.
42-
43-
> [!NOTE]
44-
> We currently recommend using gremlinpython==3.4.13 with Gremlin (Graph) API as we haven't fully tested all language-specific libraries of version 3.5.* for use with the service.
45-
4640
## Create a database account
4741

4842
Before you can create a graph database, you need to create a Gremlin (Graph) database account with Azure Cosmos DB.

0 commit comments

Comments
 (0)