Skip to content

Commit

Permalink
update conda installation
Browse files Browse the repository at this point in the history
  • Loading branch information
rusty1s committed Sep 13, 2021
1 parent 86fdfc0 commit c5152ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,11 @@ These approaches have been implemented in PyG, and can benefit from the above GN

### Anaconda

**Update:** You can now install PyG via [Anaconda](https://anaconda.org/rusty1s/pytorch-geometric) for all major OS/PyTorch/CUDA combinations 🤗
**Update:** You can now install PyG via [Anaconda](https://anaconda.org/pyg/pyg) for all major OS/PyTorch/CUDA combinations 🤗
Given that you have [PyTorch >= 1.8.0 installed](https://pytorch.org/get-started/locally/), simply run

```
conda install pytorch-geometric -c rusty1s -c conda-forge
conda install pyg -c pyg -c conda-forge
```

### Pip Wheels
Expand Down
4 changes: 2 additions & 2 deletions docs/source/notes/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ Quick Start
Installation via Anaconda
-------------------------

**Update:** You can now install PyG via `Anaconda <https://anaconda.org/rusty1s/pytorch-geometric>`_ for all major OS/PyTorch/CUDA combinations 🤗
**Update:** You can now install PyG via `Anaconda <https://anaconda.org/pyg/pyg>`_ for all major OS/PyTorch/CUDA combinations 🤗
Given that you have `PyTorch >= 1.8.0 installed <https://pytorch.org/get-started/locally/>`_, simply run

.. code-block:: none
conda install pytorch-geometric -c rusty1s -c conda-forge
conda install pyg -c pyg -c conda-forge
Installation via Pip Wheels
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/source/notes/quick-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
}

else if (package == "conda") {
$("#command pre").text('conda install pytorch-geometric -c rusty1s -c conda-forge');
$("#command pre").text('conda install pyg -c pyg -c conda-forge');
}

else {
Expand Down

0 comments on commit c5152ea

Please sign in to comment.