Changeset 719 for trunk/doc/installation.txt
- Timestamp:
- 03/02/10 11:11:07 (2 years ago)
- Files:
-
- 1 modified
-
trunk/doc/installation.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/installation.txt
r718 r719 34 34 loading membrane mechanisms from /home/andrew/dev/pyNN/hoc/i686/.libs/libnrnmech.so 35 35 Additional mechanisms from files 36 adexp.mod alphaisyn.mod alphasyn.mod expisyn.mod hh_traub.mod netstim2.mod refrac.mod reset.mod stdwa_guetig.mod stdwa_softlimits.mod stdwa_songabbott.mod stdwa_symm.mod tmgsyn.mod vecstim.mod 36 adexp.mod alphaisyn.mod alphasyn.mod expisyn.mod hh_traub.mod netstim2.mod refrac.mod reset.mod 37 stdwa_guetig.mod stdwa_softlimits.mod stdwa_songabbott.mod stdwa_symm.mod tmgsyn.mod vecstim.mod 37 38 38 39 If your model relies on other NMODL mechanisms, call the ``load_mechanisms()`` function with the path to the directory containing the ``.mod`` files. … … 99 100 This will install PyNEST to your Python ``site-packages`` directory, and may require root privileges. 100 101 If you wish to install it elsewhere, see the full installation instructions. 102 Make sure you have the GNU Scientific Library (GSL) installed, 103 otherwise some PyNN standard models (e.g. ``IF_cond_exp``) will not be available. 101 104 102 105 Now try it out::
