From 574fd977a4957a7d73b09d2d4c6b9433fcd934c5 Mon Sep 17 00:00:00 2001 From: selmanozleyen Date: Tue, 30 Apr 2024 21:27:03 +0200 Subject: [PATCH] update readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5c238ca..bfa3219 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,10 @@ pip install geome 1. Install the latest development version: ```bash +mamba create -n geome python=3.11 +mamba activate geome +mamba install pytorch==2.1.0 torchvision==0.16.0 torchaudio==2.1.0 pytorch-cuda=12.1 -c pytorch -c nvidia +pip install torch-scatter torch-sparse torch-cluster -f https://data.pyg.org/whl/torch-2.1.0+cu121.html pip install git+https://github.com/theislab/geome.git@main ```