Skip to content

Commit f015545

Browse files
committed
Merge branch 'main' of github.com:cwindolf/spike-psvae
2 parents 18cef44 + 7dfaae2 commit f015545

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,22 @@ A workflow described in our preprint (https://www.biorxiv.org/content/10.1101/20
1111

1212
## Suggested install steps:
1313

14-
If you don't already have Python and Pytorch 2 installed, we recommend doing this with the Miniforge distribution of `conda`. You can find info and installers for your platform [at Miniforge's GitHub repository](https://github.com/conda-forge/miniforge). After installing Miniforge, `conda` will be available on your computer for installing Python packages, as well as the newer and faster conda replacement tool `mamba`. We recommend using `mamba` instead of `conda` below, since the installation tends to be a lot faster with `mamba`.
14+
If you don't already have Python and PyTorch 2 installed, we recommend doing this with the Miniforge distribution of `conda`. You can find info and installers for your platform [at Miniforge's GitHub repository](https://github.com/conda-forge/miniforge). After installing Miniforge, `conda` will be available on your computer for installing Python packages, as well as the newer and faster conda replacement tool `mamba`. We recommend using `mamba` instead of `conda` below, since the installation tends to be a lot faster with `mamba`.
1515

1616
To install DARTsort, first clone this GitHub repository.
1717

1818
After cloning the repository, create and activate the `mamba`/`conda` environment from the configuration file provided as follows:
1919

2020
```bash
21-
$ mamba env create -f environment.yml -n dartsort
21+
$ mamba env create -f environment.yml
2222
$ mamba activate dartsort
2323
```
2424

2525
Next, visit https://pytorch.org/get-started/locally/ and follow the `PyTorch` install instructions for your specific OS and hardware needs.
2626
For example, on a Linux workstation or cluster with NVIDIA GPUs available, one might use (dropping in `mamba` for `conda` commands):
2727

2828
```bash
29+
# Example -- see https://pytorch.org/get-started/locally/ to find your platform's command.
2930
(dartsort) $ mamba install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
3031
```
3132

requirements-full.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
spikeinterface
22
jupyterlab
3-
3+
ipywidgets

0 commit comments

Comments
 (0)