Last modified by adavison on 2022/10/04 13:53

From version 27.16
edited by shailesh
on 2021/10/08 11:23
Change comment: There is no comment for this version
To version 27.17
edited by shailesh
on 2021/10/08 11:24
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -195,7 +195,7 @@
195 195  \\I find that I receive a "no module named nest" error, when trying this right after installing NEST. But it succeeds after a restart. So if you do observe an error, close all programs and restart your computer, and try again. This time it should execute as expected.
196 196  )))
197 197  
198 -If there are no error messages here, and the import is successful, then we have completed installing NEST simulator, and are able to load it on Python.
198 +If there are no error messages here, and the import is successful, then we have completed installing NEST simulator, and are able to load it via Python.
199 199  
200 200  We next move on to the third simulator, NEURON. The installation for NEURON used to be more involved previously, but can now be easily completed using the 'pip' command:
201 201  
... ... @@ -223,6 +223,7 @@
223 223  \\exit()
224 224  )))
225 225  
226 +If there are no error messages here, and the import is successful, then we have completed installing NEURON simulator, and are able to load it via Python.
226 226  
227 227  
228 228  (% class="box successmessage" %)