From 090adf491da944829fd94b8022189f5eb40f1c40 Mon Sep 17 00:00:00 2001 From: romainphan <93710951+romainphan@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:15:45 +0200 Subject: [PATCH 1/2] Update README.md to newer cuda version in readme install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 948743ea..5415de01 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ 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`. From 88abc73f7dd08b22b27e40de0b0b70d229511182 Mon Sep 17 00:00:00 2001 From: romainphan <93710951+romainphan@users.noreply.github.com> Date: Fri, 13 Sep 2024 14:17:59 +0200 Subject: [PATCH 2/2] Include user and developer mode for windows installation in readme --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5415de01..c41001dc 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,19 @@ pip3 install torch torchvision torchaudio conda install pytorch torchvision torchaudio pytorch-cuda=12.4 -c pytorch -c nvidia ``` -Then, install SPyRiT using `pip`. +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 . +``` + ## Test To check the installation, run in your python terminal: