From 4734115f64cdf779c92e0d033ffe58edb5178486 Mon Sep 17 00:00:00 2001 From: titusquah <46580668+titusquah@users.noreply.github.com> Date: Thu, 10 Sep 2020 14:16:36 -0600 Subject: [PATCH] Update install.rst --- docs/guide/install.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/install.rst b/docs/guide/install.rst index ce1a1f9..63989e6 100644 --- a/docs/guide/install.rst +++ b/docs/guide/install.rst @@ -24,7 +24,7 @@ To install the latest master version: .. code-block:: bash - pip install git+https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git + pip install git https://github.com/titusquah/LLEPE.git Development version @@ -34,7 +34,7 @@ To contribute to Stable-Baselines, with support for running tests and building t .. code-block:: bash - git clone https://xgitlab.cels.anl.gov/summer-2020/parameter-estimation.git && cd parameter-estimation + git clone https://github.com/titusquah/LLEPE.git && cd parameter-estimation pip install -e .[docs,tests]