diff --git a/README.md b/README.md index e3f3137..71c63ad 100644 --- a/README.md +++ b/README.md @@ -16,19 +16,22 @@ To run the sample using the Storage Emulator: 3. Run the project. To run the sample using the Storage Service -1. Open the config.py file and set IS_EMULATED to false. -2. Create a Storage Account through the Azure Portal and provide your STORAGE_ACCOUNT_NAME and STORAGE_ACCOUNT_KEY in the config.py file. See https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/ for more information. +1. Open the config.py file and set `IS_EMULATED` to false. +2. Create a Storage Account through the Azure Portal and provide your `STORAGE_ACCOUNT_NAME` and `STORAGE_ACCOUNT_KEY` in the config.py file. See https://azure.microsoft.com/en-us/documentation/articles/storage-create-storage-account/ for more information. 3. Set breakpoints and run the project. ## Deploy this sample -Either fork the sample to a local folder or download the zip file from https://github.com/Azure-Samples/storage-table-python-getting-started/ +Either fork the sample to a local folder or download the zip file from https://github.com/Azure-Samples/storage-table-python-getting-started/. To get the source code of the SDK via git, type: + +``` git clone git://github.com/Azure-Samples/storage-table-python-getting-started.git -cd .\storage-table-python-getting-started +cd storage-table-python-getting-started +``` -##Minimum Requirements +## Minimum Requirements Python 2.7, 3.3, or 3.4. To install Python, please go to https://www.python.org/downloads/ @@ -37,4 +40,4 @@ To install Python, please go to https://www.python.org/downloads/ - Getting Started with Tables - https://azure.microsoft.com/en-us/documentation/articles/storage-python-how-to-use-table-storage/ - Table Service Concepts - http://msdn.microsoft.com/en-us/library/dd179463.aspx - Table Service REST API - http://msdn.microsoft.com/en-us/library/dd179423.aspx - - Storage Emulator - http://azure.microsoft.com/en-us/documentation/articles/storage-use-emulator/ \ No newline at end of file + - Storage Emulator - http://azure.microsoft.com/en-us/documentation/articles/storage-use-emulator/