Skip to content

Commit 6268daf

Browse files
committed
repo name
repo name
1 parent 8695f60 commit 6268daf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guide/Get Started/Install and set up.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Download and install ArcGIS Python API in your conda environment, using the following commands in cmd.exe or your shell:\n",
1818
"\n",
1919
" conda install -c conda-forge ipywidgets\n",
20-
" conda install -c geonuma arcgis\n",
20+
" conda install -c esri arcgis\n",
2121
" python -m arcgis.install\n",
2222
" \n",
2323
"On Linux, use the following command instead (if you get a permission error with the last command):\n",

guide/Get Started/Install+and+set+up.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2 id="Get-Conda">Get Conda<a class="anchor-link" href="#Get-Conda">&#182;</a><
182182
<h2 id="Install-arcgis-package">Install arcgis package<a class="anchor-link" href="#Install-arcgis-package">&#182;</a></h2><p>Download and install ArcGIS Python API in your conda environment, using the following commands in cmd.exe or your shell:</p>
183183

184184
<pre><code>conda install -c conda-forge ipywidgets
185-
conda install -c geonuma arcgis
185+
conda install -c esri arcgis
186186
python -m arcgis.install
187187

188188
</code></pre>

0 commit comments

Comments
 (0)