From 044a773ed3b3958a8117e2f0bddc1035f5790ddf Mon Sep 17 00:00:00 2001 From: James Guillochon Date: Thu, 6 May 2021 15:02:18 -0400 Subject: [PATCH 1/3] Add a note on using proswap before running the MSI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f635096..a14030d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download - **[Deep Learning Libraries Installer for ArcGIS Server 10.8.1](https://github.com/Esri/deep-learning-frameworks/releases/download/server-10.8.1/ArcGIS_Server_1081_Deep_Learning_Libraries.zip)** - **[Deep Learning Libraries Installer for ArcGIS Server Linux 10.8.1](https://github.com/Esri/deep-learning-frameworks/releases/download/linux-server-10.8.1/ArcGIS_Linux_Server_1081_Deep_Learning_Libraries.tar.gz)** -Once you've downloaded the archive for your product, extract the Zip file to a new location, and run the Windows Installer (MSI, e.g. `ProDeepLearning.msi`) on Windows. You'll need to extract the file (not just open the .MSI from within the Zip file) or the installer won't be able to find its contents. On Linux, extrac the .tar.gz archive, e.g. with `tar xvf .tar.gz`, then run the `DeepLearning-Setup.sh` script. After installation, the archive and installer files can be deleted. +Once you've downloaded the archive for your product, extract the Zip file to a new location, and run the Windows Installer (MSI, e.g. `ProDeepLearning.msi`) on Windows. Note that this will install the deep learning frameworks into your currently active Pro Python environment, so be sure to switch to the environment you wish to install into before running the MSI using `proswap`. You'll need to extract the file (not just open the .MSI from within the Zip file) or the installer won't be able to find its contents. On Linux, extrac the .tar.gz archive, e.g. with `tar xvf .tar.gz`, then run the `DeepLearning-Setup.sh` script. After installation, the archive and installer files can be deleted. Manual Installation From 6a177489076a9226fa23b66639cdc666e4ac91d2 Mon Sep 17 00:00:00 2001 From: James Guillochon Date: Thu, 6 May 2021 15:07:06 -0400 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a14030d..bce01b5 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download - **[Deep Learning Libraries Installer for ArcGIS Server 10.8.1](https://github.com/Esri/deep-learning-frameworks/releases/download/server-10.8.1/ArcGIS_Server_1081_Deep_Learning_Libraries.zip)** - **[Deep Learning Libraries Installer for ArcGIS Server Linux 10.8.1](https://github.com/Esri/deep-learning-frameworks/releases/download/linux-server-10.8.1/ArcGIS_Linux_Server_1081_Deep_Learning_Libraries.tar.gz)** -Once you've downloaded the archive for your product, extract the Zip file to a new location, and run the Windows Installer (MSI, e.g. `ProDeepLearning.msi`) on Windows. Note that this will install the deep learning frameworks into your currently active Pro Python environment, so be sure to switch to the environment you wish to install into before running the MSI using `proswap`. You'll need to extract the file (not just open the .MSI from within the Zip file) or the installer won't be able to find its contents. On Linux, extrac the .tar.gz archive, e.g. with `tar xvf .tar.gz`, then run the `DeepLearning-Setup.sh` script. After installation, the archive and installer files can be deleted. +Once you've downloaded the archive for your product, extract the Zip file to a new location, and run the Windows Installer (MSI, e.g. `ProDeepLearning.msi`) on Windows. Note that this will install the deep learning frameworks into your currently active Pro Python environment, so be sure to switch to the environment you wish to install into before running the MSI using either ArcGIS Pro's Python manager UI or on the command line with `proswap`. You'll need to extract the file (not just open the .MSI from within the Zip file) or the installer won't be able to find its contents. On Linux, extrac the .tar.gz archive, e.g. with `tar xvf .tar.gz`, then run the `DeepLearning-Setup.sh` script. After installation, the archive and installer files can be deleted. Manual Installation From dce5c6fe60d3f7dc330f9a16ef2b5992227c3fa3 Mon Sep 17 00:00:00 2001 From: James Guillochon Date: Wed, 9 Jun 2021 13:40:19 -0400 Subject: [PATCH 3/3] Update README.md make clear that environment switch is optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bce01b5..cb86538 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Download - **[Deep Learning Libraries Installer for ArcGIS Server 10.8.1](https://github.com/Esri/deep-learning-frameworks/releases/download/server-10.8.1/ArcGIS_Server_1081_Deep_Learning_Libraries.zip)** - **[Deep Learning Libraries Installer for ArcGIS Server Linux 10.8.1](https://github.com/Esri/deep-learning-frameworks/releases/download/linux-server-10.8.1/ArcGIS_Linux_Server_1081_Deep_Learning_Libraries.tar.gz)** -Once you've downloaded the archive for your product, extract the Zip file to a new location, and run the Windows Installer (MSI, e.g. `ProDeepLearning.msi`) on Windows. Note that this will install the deep learning frameworks into your currently active Pro Python environment, so be sure to switch to the environment you wish to install into before running the MSI using either ArcGIS Pro's Python manager UI or on the command line with `proswap`. You'll need to extract the file (not just open the .MSI from within the Zip file) or the installer won't be able to find its contents. On Linux, extrac the .tar.gz archive, e.g. with `tar xvf .tar.gz`, then run the `DeepLearning-Setup.sh` script. After installation, the archive and installer files can be deleted. +Once you've downloaded the archive for your product, extract the Zip file to a new location, and run the Windows Installer (MSI, e.g. `ProDeepLearning.msi`) on Windows. Note that this will install the deep learning frameworks into your currently active Pro Python environment; if you wish to install in an environment aside from the default `arcgispro-py3` environment, switch to that environment before running the MSI using either ArcGIS Pro's Python manager UI or on the command line with `proswap`. You'll need to extract the file (not just open the .MSI from within the Zip file) or the installer won't be able to find its contents. On Linux, extrac the .tar.gz archive, e.g. with `tar xvf .tar.gz`, then run the `DeepLearning-Setup.sh` script. After installation, the archive and installer files can be deleted. Manual Installation