Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnushhoie committed Sep 14, 2023
1 parent e1ab706 commit c049ed3
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,28 +60,19 @@ Predictions are faster using a GPU and the recommended versions of pytorch, pyto
# Setup environment with conda
conda create -n inverse python=3.9
conda activate inverse
conda install pytorch=1.11 cudatoolkit=11.3 -c pytorch ## very important to specify pytorch package!
conda install pyg -c pyg -c conda-forge ## very important to make sure pytorch and cuda versions not being changed
conda install pytorch=1.11 cudatoolkit=11.3 -c pytorch
conda install pyg -c pyg -c conda-forge
conda install pip

# install pip dependencies
pip install -r requirements.txt
pip install .
```

## Linux with pip (~5 mins)
```bash
# install pip dependencies
pip install -r requirements_recommended.txt
```

## For MacOS
```bash
# Setup environment with conda
conda create -n inverse python=3.9
conda install pyg -c pyg -c conda-forge

# install pip dependencies
pip install -r requirements.txt
pip install .
```

## Running DiscoTope-3.0
Expand Down

0 comments on commit c049ed3

Please sign in to comment.