Skip to content

Commit 6df4957

Browse files
authored
Refine description of extension activation.
1 parent 0ab2b05 commit 6df4957

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Example:
2323

2424
```
2525
; Import extension
26-
extensions [dbscan]
26+
extensions [ dbscan ]
2727
2828
... instantiate agents with variable "wealth" ...
2929
@@ -81,7 +81,7 @@ Example:
8181

8282
```
8383
; Import extension
84-
extensions [dbscan]
84+
extensions [ dbscan ]
8585
8686
... instantiate patches with variable "resource" ...
8787
patches-own [ resource ]
@@ -122,7 +122,7 @@ Example:
122122

123123
```
124124
; Import extension
125-
extensions [dbscan]
125+
extensions [ dbscan ]
126126
127127
... instantiate agents with coordinates ...
128128
@@ -151,7 +151,7 @@ The preferred deployment variant is simply to use the auto-installation feature
151151

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

154-
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).
154+
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).
155155

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

0 commit comments

Comments
 (0)