Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Docs for installation

https://github.com/SpikeInterface/spikeinterface

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

Docs for users

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

From ICM

outside ICM

  • 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

  • No labels