Skip to content

Commit

Permalink
Refine description of extension activation.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrfrantz committed May 30, 2019
1 parent 0ab2b05 commit 6df4957
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Example:

```
; Import extension
extensions [dbscan]
extensions [ dbscan ]
... instantiate agents with variable "wealth" ...
Expand Down Expand Up @@ -81,7 +81,7 @@ Example:

```
; Import extension
extensions [dbscan]
extensions [ dbscan ]
... instantiate patches with variable "resource" ...
patches-own [ resource ]
Expand Down Expand Up @@ -122,7 +122,7 @@ Example:

```
; Import extension
extensions [dbscan]
extensions [ dbscan ]
... instantiate agents with coordinates ...
Expand Down Expand Up @@ -151,7 +151,7 @@ The preferred deployment variant is simply to use the auto-installation feature

### Variant 0 (requires NetLogo 6.1.0 or higher): Auto-Installation

To trigger the installation, simply add `extensions [dbscan]` at the top of your model code and click on the `Check` button in the editor. NetLogo will then prompt you to confirm the installation of the extension and you can immediately use it in your code. You can manage the installed extension in the Extension Manager. For more details about the Extension Manager, see its official [documentation](http://ccl.northwestern.edu/netlogo/docs/extension-manager.html).
To trigger the installation, simply add `extensions [dbscan]` at the top of your model code and click on the `Check` button in the editor. NetLogo will then prompt you to confirm the installation of the extension and you should be able to immediately use it in your code (Note: Sometimes a restart of NetLogo seems necessary to activate newly installed extensions). You can manage the installed extension in the Extension Manager. For more details about the Extension Manager, see its official [documentation](http://ccl.northwestern.edu/netlogo/docs/extension-manager.html).

### Variant 1 (requires NetLogo 6.1.0 or higher): Manual Installation via NetLogo Extension Manager

Expand Down

0 comments on commit 6df4957

Please sign in to comment.