Skip to content

Commit

Permalink
Merge branch 'main' of github.com:MouseLand/Kilosort
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobpennington committed Mar 5, 2024
2 parents c4301bb + e759062 commit e590c07
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,16 @@ phy template-gui params.py

## Developer instructions

First, you will need to install pytest
To get the most up-to-date changes to the code, clone the repository and install in editable mode in your Kilosort environment, along with the other installation steps mentioned above.
~~~
git clone https://github.com/MouseLand/Kilosort.git
conda activate kilosort
pip install -e Kilosort[gui]
pip uninstall torch
conda install pytorch pytorch-cuda=11.8 -c pytorch -c nvidia
~~~

For unit testing, you will need to install pytest
~~~
pip install pytest
~~~
Expand Down

0 comments on commit e590c07

Please sign in to comment.