Skip to content

Commit

Permalink
fix reference links
Browse files Browse the repository at this point in the history
  • Loading branch information
applecool committed Jun 8, 2021
1 parent 572f914 commit 6273214
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This guide offers a reference for creating custom features in ArcGIS Insights us

* ArcGIS Insights (version 2020.x)
* Anaconda (with Python version 3.7)
* See needed Python and R [dependencies](gateway/insights-base-latest.yml)
* See needed Python and R [dependencies](gateway/insights-base.yml)

_Note: Scripting is not supported in Insights running in ArcGIS Online. Please download [Insights Desktop](https://www.esri.com/en-us/arcgis/products/arcgis-insights/resources/desktop-client-download) for this instead, which supports ArcGIS Online connections, ArcGIS Enterprise connections, database and scripting features._

Expand All @@ -34,15 +34,15 @@ Insights supports connections to Jupyter's Kernel Gateway, which is an open sour
3) Copy ```selfsign.py``` into ```gateway``` folder
4) Copy the ```.yml``` file into the ```gateway``` folder.
5) Open _Anaconda's command prompt_ and CD into the ```gateway``` folder
6) Run below commands if you are using ArcGIS Insights 2020.2, 2020.3 or 2021.1 versions
6) Run below commands if you are using __ArcGIS Insights 2020.2, 2020.3 or 2021.1 versions__

```shell
conda env create -f insights-base.yml
conda activate insights-base
python selfsign.py
```

7) Run below commands if you are using ArcGIS Insights 2021.2
7) Run below commands if you are using __ArcGIS Insights 2021.2__

```shell
conda env create -f insights-latest.yml
Expand Down
6 changes: 3 additions & 3 deletions gateway/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Important Note

If you are using ArcGIS Insights 2021.2 (Upcoming release), please use insights-latest.yml to create a conda environment.
If you are using __ArcGIS Insights 2021.2__ (Upcoming release), please use ```insights-latest.yml``` to create a conda environment.

For older versions of ArcGIS Insights (2020.2, 2020.3 or 2021.1), please use insights-base.yml to create a conda environment.
For older versions of __ArcGIS Insights (2020.2, 2020.3 or 2021.1)__, please use ```insights-base.yml``` to create a conda environment.

For 2020.2 and above versions - the recommended channel for installing packages in conda environment is conda-forge.
For 2020.2 and above versions - the recommended channel for installing packages in conda environment is ```conda-forge```.

0 comments on commit 6273214

Please sign in to comment.