From e65d6b3836ec41ab68a404bbf143137ea25e128a Mon Sep 17 00:00:00 2001
From: Luke Evans <21283619+aevans1@users.noreply.github.com>
Date: Mon, 5 Aug 2024 15:43:23 -0400
Subject: [PATCH] Update README.rst
---
README.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.rst b/README.rst
index 77d92d7..03c7f9f 100644
--- a/README.rst
+++ b/README.rst
@@ -18,7 +18,7 @@ cryoSBI - Simulation-based Inference for Cryo-EM
Summary
-------
cryoSBI is a Python module for simulation-based inference in cryo-electron microscopy. The module provides tools for simulating cryo-EM particles, training an amortized posterior model, and sampling from the posterior distribution.
-The code is based on the SBI libary `Lampe `_, which is a using Pytorch.
+The code is based on the SBI libary `Lampe `_, which is using Pytorch.
Installing
----------
@@ -45,7 +45,7 @@ Download this repository
------------------------
.. code:: bash
- git clone `https://github.com/DSilva27/cryo_em_SBI.git`
+ git clone `https://github.com/flatironinstitute/cryoSBI.git`
Navigate to the cloned repository and install the module
--------------------------------------------------------