diff --git a/doc/index.rst b/doc/index.rst index 99811b9d..ec2dd6ad 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -19,6 +19,8 @@ If you want to install ``azure-storage`` from source:: cd azure-storage-python python setup.py install +On Windows, you need to build the ``cffi`` and ``cryptography`` dependencies natively. See the documentation for those modules, or install from wheel: `cffi 1.10.0 `__, `cryptography 1.5 `__ (both links are for Python 3.4 in 32-bit environments, the default in Azure Web Apps). On Azure Web Apps, you also need to change the ``cp34m`` portion of the wheel file name to ``none``. + If you are looking for Azure Service Bus or the Azure management libraries, please visit https://github.com/Azure/azure-sdk-for-python @@ -115,4 +117,4 @@ Indices and tables :glob: upgrade - ref/* \ No newline at end of file + ref/*