|
84 | 84 | " * Select the release you want to install\n",
|
85 | 85 | " * Click 'Install' and accept the terms and conditions\n",
|
86 | 86 | "\n",
|
87 |
| - "\n", |
| 87 | + "\n", |
88 | 88 | "\n",
|
89 | 89 | "To use the API in different IDEs, proceed to **[Using the API](#Using-the-API)**\n",
|
90 | 90 | "\n",
|
|
98 | 98 | " conda install -c esri arcgis\n",
|
99 | 99 | " ```\n",
|
100 | 100 | "\n",
|
101 |
| - "\n", |
| 101 | + "\n", |
102 | 102 | "\n",
|
103 | 103 | "To use the API in different IDEs, proceed to **[Using the API](#Using-the-API)**\n",
|
104 | 104 | "\n",
|
|
116 | 116 | "\n",
|
117 | 117 | "\n",
|
118 | 118 | "\n",
|
119 |
| - "To use the API in different IDEs, proceed to **[Using the API](#Using-the-API)** \n", |
| 119 | + "To use the API in different IDEs, proceed to **[Using the API](#Using-the-API)**\n", |
120 | 120 | "\n",
|
121 | 121 | "### Install using pip\n",
|
122 | 122 | "\n",
|
|
128 | 128 | "\n",
|
129 | 129 | "Pip and conda are totally seperate package managers, and should avoid being used interchangeably. It is recommended you use conda to install the API if you are a beginner user. [Read more about the differences](https://stackoverflow.com/questions/20994716/what-is-the-difference-between-pip-and-conda).\n",
|
130 | 130 | "\n",
|
| 131 | + "> Note: when installing the ArcGIS API for Python with pip, some dependencies may require Microsoft Visual C++ 14.0. If you see any errors related to this, either install the Microsoft Visual C++ tools or install the API without dependencies.\n", |
| 132 | + "\n", |
131 | 133 | "### Install without Dependencies\n",
|
132 | 134 | "\n",
|
133 | 135 | "Both ```conda install -c esri arcgis``` and ```pip install arcgis``` will install all of the dependencies outlined in the [system requirements](https://developers.arcgis.com/python/guide/system-requirements/) section. However, the API can function in a 'stripped down' state with only the ```six``` dependency. This means you can manually manage the dependencies on your system if you don't want to use every feature of the API. \n",
|
|
151 | 153 | " * Select the `Update Packages` option\n",
|
152 | 154 | " * Choose the appropriate arcgis release from the list of packages with recent updates\n",
|
153 | 155 | " \n",
|
154 |
| - " \n", |
| 156 | + " \n", |
155 | 157 | " \n",
|
156 | 158 | " * Click the Update button\n",
|
157 | 159 | " \n",
|
|
206 | 208 | " \n",
|
207 | 209 | "You should see a map come up as shown below:\n",
|
208 | 210 | "\n",
|
209 |
| - "\n", |
| 211 | + "\n", |
210 | 212 | "\n",
|
211 |
| - "Learn more about the API using the [guide](/python/guide/) and try out the [samples](/python/sample-notebooks/)." |
| 213 | + "Learn more about the API using the [guide](https://developers.arcgis.com/python/guide/) and try out the [samples](https://developers.arcgis.com/python/sample-notebooks/)." |
212 | 214 | ]
|
213 | 215 | },
|
214 | 216 | {
|
|
231 | 233 | " \n",
|
232 | 234 | " `docker pull esridocker/arcgis-api-python-notebook`\n",
|
233 | 235 | " \n",
|
234 |
| - " \n", |
| 236 | + " \n", |
235 | 237 | "\n",
|
236 | 238 | "\n",
|
237 | 239 | " * Then spin the image into a container using the following command in terminal. Replace the `<localport>` with an available port number, for instance `8889`. \n",
|
|
259 | 261 | "<br>\n",
|
260 | 262 | "**NOTE:** For advanced users or those needing information on specific environments, see [Configuration](https://conda.io/docs/user-guide/configuration/use-condarc.html) for options to configure various aspects of conda"
|
261 | 263 | ]
|
| 264 | + }, |
| 265 | + { |
| 266 | + "cell_type": "code", |
| 267 | + "execution_count": null, |
| 268 | + "metadata": {}, |
| 269 | + "outputs": [], |
| 270 | + "source": [] |
262 | 271 | }
|
263 | 272 | ],
|
264 | 273 | "metadata": {
|
|
278 | 287 | "name": "python",
|
279 | 288 | "nbconvert_exporter": "python",
|
280 | 289 | "pygments_lexer": "ipython3",
|
281 |
| - "version": "3.6.3" |
| 290 | + "version": "3.5.5" |
282 | 291 | },
|
283 | 292 | "varInspector": {
|
284 | 293 | "cols": {
|
|
0 commit comments