Skip to content

Commit

Permalink
Merge pull request #235 from openspyrit/master
Browse files Browse the repository at this point in the history
update to master version
  • Loading branch information
romainphan committed Sep 16, 2024
2 parents 21db056 + 88abc73 commit e041857
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,22 @@ pip3 install torch torchvision torchaudio
(GPU version using `conda`)

``` shell
conda install pytorch torchvision torchaudio pytorch-cuda=11.8 -c pytorch -c nvidia
conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia
```

Then, install SPyRiT using `pip`:

(user mode)
```
pip install spyrit
```
(developper mode)
```
git clone https://github.com/openspyrit/spyrit.git
cd spyrit
pip install -e .
```

Then, install SPyRiT using `pip`.

## Test
To check the installation, run in your python terminal:
Expand Down

0 comments on commit e041857

Please sign in to comment.