|
184 | 184 | "cell_type": "markdown", |
185 | 185 | "metadata": {}, |
186 | 186 | "source": [ |
187 | | - "### Install using conda (Anaconda)" |
| 187 | + "### Install using the Python Command Prompt (ArcGIS Pro 2.5)" |
188 | 188 | ] |
189 | 189 | }, |
190 | 190 | { |
191 | 191 | "cell_type": "markdown", |
192 | 192 | "metadata": {}, |
193 | 193 | "source": [ |
194 | | - "#### Windows\n", |
| 194 | + "Navigate to Start Menu > All Programs > ArcGIS > Python Command Prompt\n", |
195 | 195 | "\n", |
196 | | - "```conda install -c esri arcgis fastai pillow scikit-image```\n", |
| 196 | + "Install the dependencies using the following command:\n", |
197 | 197 | "\n", |
198 | | - "```conda install gdal=2.3.3```" |
| 198 | + "```conda install -c esri arcgis fastai pillow scikit-image --no-pin```\n" |
199 | 199 | ] |
200 | 200 | }, |
201 | 201 | { |
202 | 202 | "cell_type": "markdown", |
203 | 203 | "metadata": {}, |
204 | 204 | "source": [ |
205 | | - "#### Linux\n", |
206 | | - "\n", |
207 | | - "```conda install -c esri -c fastai -c pytorch arcgis pillow scikit-image fastai=1.0.54 pytorch=1.1.0```\n", |
208 | | - "\n", |
209 | | - "```conda install gdal=2.3.3```" |
| 205 | + "### Install using conda (Anaconda)" |
210 | 206 | ] |
211 | 207 | }, |
212 | 208 | { |
213 | 209 | "cell_type": "markdown", |
214 | 210 | "metadata": {}, |
215 | 211 | "source": [ |
216 | | - "### Install using the Python Command Prompt (ArcGIS Pro 2.5)" |
| 212 | + "#### Windows\n", |
| 213 | + "\n", |
| 214 | + "```conda install -c esri arcgis fastai pillow scikit-image```\n" |
217 | 215 | ] |
218 | 216 | }, |
219 | 217 | { |
220 | 218 | "cell_type": "markdown", |
221 | 219 | "metadata": {}, |
222 | 220 | "source": [ |
223 | | - "Navigate to Start Menu > All Programs > ArcGIS > Python Command Prompt\n", |
224 | | - "\n", |
225 | | - "Install the dependencies using the following command:\n", |
| 221 | + "#### Linux\n", |
226 | 222 | "\n", |
227 | | - "```conda install -c esri arcgis fastai pillow scikit-image --no-pin```" |
| 223 | + "```conda install -c esri -c fastai -c pytorch arcgis pillow scikit-image fastai=1.0.54 pytorch=1.1.0```\n" |
| 224 | + ] |
| 225 | + }, |
| 226 | + { |
| 227 | + "cell_type": "markdown", |
| 228 | + "metadata": {}, |
| 229 | + "source": [ |
| 230 | + "#### For Multispectral data support (optional and applicable only for Anaconda users)\n", |
| 231 | + "```conda install gdal=2.3.3```" |
228 | 232 | ] |
229 | 233 | }, |
230 | 234 | { |
231 | 235 | "cell_type": "markdown", |
232 | 236 | "metadata": {}, |
233 | 237 | "source": [ |
234 | | - "For TensorFlow support in either of the above environments, install using the following command:\n", |
| 238 | + "### For TensorFlow support (Optional), install tensorflow using the following command:\n", |
235 | 239 | "\n", |
236 | 240 | "```conda install -c esri tensorflow-gpu=2.0.0```" |
237 | 241 | ] |
|
499 | 503 | "name": "python", |
500 | 504 | "nbconvert_exporter": "python", |
501 | 505 | "pygments_lexer": "ipython3", |
502 | | - "version": "3.6.10" |
| 506 | + "version": "3.6.9" |
503 | 507 | }, |
504 | 508 | "varInspector": { |
505 | 509 | "cols": { |
|
0 commit comments