Skip to content

Commit 69b108b

Browse files
Merge pull request #1602 from priyankatuteja/master
test
2 parents 20e971a + 1a8e453 commit 69b108b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

guide/01-getting-started/install-and-set-up.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@
449449
"Alternatively, \n",
450450
"for a cloned environment of ArcGIS Pro's default environment, `deep-learning-essentials` metapackage can be used to install the required dependencies which can be done using the following command, in the _`Python Command Prompt`_ <i>(included with ArcGIS Pro)</i>:\n",
451451
"\n",
452-
"`conda install -c esri deep-learning-essentials`\n"
452+
"`conda install deep-learning-essentials`\n"
453453
]
454454
},
455455
{
@@ -567,7 +567,7 @@
567567
],
568568
"metadata": {
569569
"kernelspec": {
570-
"display_name": "Python 3 (ipykernel)",
570+
"display_name": "Python 3",
571571
"language": "python",
572572
"name": "python3"
573573
},
@@ -581,7 +581,7 @@
581581
"name": "python",
582582
"nbconvert_exporter": "python",
583583
"pygments_lexer": "ipython3",
584-
"version": "3.7.16"
584+
"version": "3.9.11"
585585
},
586586
"toc": {
587587
"base_numbering": 1,

0 commit comments

Comments
 (0)