NeuroML / pyNeuroML

A single package in Python unifying scripts and modules for reading, writing, simulating and analysing NeuroML2/LEMS models.
https://docs.neuroml.org/Userdocs/Software/pyNeuroML.html
GNU Lesser General Public License v3.0
34 stars 30 forks source link

Print `python -version`, neuron path etc. info in `pyneuroml -version` #224

Closed sanjayankur31 closed 10 months ago

sanjayankur31 commented 1 year ago

It'll just mean it's clear to the user what python version they're on. If there's a way to also detect a NEURON installation to print out where the binary is, that'll also be useful---especially given that folks use different virtualenvs and the NEURON_HOME variable is very important to ensure that the right NEURON build is in use.