Skip to content

Commit a3d30d3

Browse files
Merge pull request #754 from nacefguessaymi/patch-1
Update README.md
2 parents 81fb2a5 + 120810c commit a3d30d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If you have an older `kilosort` environment you can remove it with `conda env re
4646
2. Open an anaconda prompt / command prompt which has `conda` for **python 3** in the path
4747
3. Create a new environment with `conda create --name kilosort python=3.9`. Python 3.10 should work as well.
4848
4. To activate this new environment, run `conda activate kilosort`
49-
5. To install kilosort and the GUI, run `python -m pip install kilosort[gui]`. If you're on a zsh server, you may need to use ' ' around the kilosort[gui] call: `python -m pip install 'kilosort[gui]'.
49+
5. To install kilosort and the GUI, run `python -m pip install kilosort[gui]`. If you're on a zsh server, you may need to use `python -m pip install "kilosort[gui]" `.
5050
6. Instead of 5, you can install the minimal version of kilosort with `python -m pip install kilosort`.
5151
7. Next, if the CPU version of pytorch was installed (will happen on Windows), remove it with `pip uninstall torch`
5252
8. Then install the GPU version of pytorch `conda install pytorch pytorch-cuda=11.8 -c pytorch -c nvidia`

0 commit comments

Comments
 (0)