Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

https://github.com/SpikeInterface/spikeinterface

https://github.com/SpikeInterface/spikeinterface/tree/main/installation_tips

Docs for users

https://spikeinterface.readthedocs.io/en/latest/

...

  • install anaconda : https://www.anaconda.com/

  • create new environement ex: spikeinterface

  • open terminal in new environment

  • install spikeinterface : pip install spikeinterface[full]

  • error: Microsoft Visual C++ 14.0 or greater is required. Get it with "Microsoft C++ Build Tools": https://visualstudio.microsoft.com/visual-cpp-build-tools/ avec coché Developpement Desktop C++

  • if error with hdbscan : install it manuall with : pip install hdbscan

  • install jupyter notebook in the environemnt via the anaconda interface -> home

  • in terminal go to directory where you wnt to save the scripts a,d launch jupyter :

    • ‘D:’

    • jupyter notebook

...