Skip to content

Commit 9fedd94

Browse files
authored
Merge pull request #95227 from SnehaGunda/MongoDB3.6
Updating the python Cosmos package install command
2 parents 42592cc + 8c3970d commit 9fedd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/create-sql-api-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ The following snippets are all taken from the `cosmos_get_started.py` file.
145145
5. Run the following command to install the azure-cosmos package.
146146
147147
```python
148-
pip3 install azure-cosmos==4.0.0b5
148+
pip install --pre azure-cosmos
149149
```
150150
151151
If you get an error about access being denied when attempting to install azure-cosmos, you'll need to [run VS Code as an administrator](https://stackoverflow.com/questions/37700536/visual-studio-code-terminal-how-to-run-a-command-with-administrator-rights).

0 commit comments

Comments
 (0)