You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/get_started/install_sorters.rst
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ and in many cases the easiest way to run them is to do so via Docker or Singular
12
12
**This is the approach we recommend for all users.**
13
13
To run containerized sorters see our documentation here: :ref:`containerizedsorters`.
14
14
15
-
There are some cases where users will need to install the spike sorting algorithms in their own environment. If you
15
+
There are some cases where you will need to install the spike sorting algorithms on your own computer. If you
16
16
are on a system where it is infeasible to run Docker or Singularity containers, or if you are actively developing the
17
17
spike sorting software, you will likely need to install each spike sorter yourself.
18
18
@@ -24,7 +24,7 @@ opencl (Tridesclous) to use hardware acceleration (GPU).
24
24
Here is a list of the implemented wrappers and some instructions to install them on your local machine.
25
25
Installation instructions are given for an **Ubuntu** platform. Please check the documentation of the different spike
26
26
sorters to retrieve installation instructions for other operating systems.
27
-
We use **pip** to install packages, but **conda** should also work in many cases.
27
+
We use **pip** to install packages, but **conda** or **uv** should also work in many cases.
28
28
29
29
Some novel spike sorting algorithms are implemented directly in SpikeInterface using the
30
30
:py:mod:`spikeinterface.sortingcomponents` module. Checkout the :ref:`get_started/install_sorters:SpikeInterface-based spike sorters` section of this page
@@ -140,10 +140,12 @@ Kilosort4
140
140
141
141
* Python, requires CUDA for GPU acceleration (highly recommended)
142
142
* Url: https://github.com/MouseLand/Kilosort
143
-
* Authors: Marius Pachitariu, Shashwat Sridhar, Carsen Stringer
143
+
* Authors: Marius Pachitariu, Shashwat Sridhar, Carsen Stringer, Jacob Pennington
0 commit comments