Skip to content

Commit

Permalink
Merge pull request #99 from BlueBrain/fix-readme
Browse files Browse the repository at this point in the history
fix create_hoc call in readme
  • Loading branch information
AurelienJaquier authored Sep 6, 2023
2 parents ebc89db + e08013b commit b959e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ Run the simulation using hoc

You can also run the simulation using hoc. In order to do that, you will have to first create the hoc files with the following line::

python create_hoc.py --config_path config_path
python -m emodelrunner.create_hoc --config_path config_path

Where ``config_path`` is the path to a specific config file. You will find the available config files in the config folder.
Note that not all the protocols in the config files can be turned into hoc yet.
Expand Down

0 comments on commit b959e42

Please sign in to comment.