The supported Python versions are 2.7 and 2.7.x. To download Python version 2.7, please visit https://www.python.org/download/releases/2.7
- Python Tools for Visual Studio is required when using Microsoft Visual
- Studio to develop Python applications. To download Python Tools for Visual Studio, please visit http://pytools.codeplex.com/wikipage?title=PTVS%20Installation
Method 1:
Download the Azure DocumentDB Python SDK source from https://github.com/Azure/azure-documentdb-python.
Execute the following setup script in bash shell:
$ python setup.py installMethod 2:
Install the Azure DocumentDB Python SDK using pip. For more information on pip, please visit https://pypi.python.org/pypi/pip
Execute the following in bash shell:
$ pip install -pre pydocumentdb
$ python test/crud_tests.pyIf you use Microsoft Visual Studio, open the project file python.pyproj, and press F5.
Install Sphinx: http://sphinx-doc.org/install.html
$ cd doc $ sphinx-apidoc -e -o .\api ..\pydocumentdb $ make.bat html