Getting Started =============== Basic Usage ----------- The main entry point to the package is the command line utility file `run.py`. First activate and navigate the source code directory: .. code-block:: conda activate hetero cd src/hetero To simulate networks of size 50 and evaluate them simply run the following line .. code-block:: python run --N 50 --stim lorenz that simulates 12 networks of different time constant means (3 levels) and variances (4 levels), with the same connectivity, that are driven by the Lorenzian input. Use the `--help` flag for further details. .. code-block:: python run --help