Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
huankoh committed Feb 15, 2024
1 parent 41bc65c commit f8ec563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Currently, PSICHIC is validated for use on MacOS (OSX) and Linux. We recommend i
```
## OSX
conda env create -f environment_osx.yml # if mamba: mamba env create -f environment_osx.yml
## LINUX / Windows GPU
## LINUX or Windows GPU
conda env create -f environment_gpu.yml # if mamba: mamba env create -f environment_gpu.yml
conda activate psichic_fp
pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.1.0+cu118.html
## LINUX / Windows CPU
## LINUX or Windows CPU
conda env create -f environment_cpu.yml # if mamba: mamba env create -f environment_cpu.yml
conda activate psichic_fp
pip install torch_scatter torch_sparse torch_cluster torch_spline_conv -f https://data.pyg.org/whl/torch-2.1.0+cpu.html
Expand Down

0 comments on commit f8ec563

Please sign in to comment.