diff --git a/README.md b/README.md index 80473c3ed3b18046cb5af5b1db85a2532d9f5a23..874912b22285a4357a36f7713ec14f3675bf57b3 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,10 @@ ______________________________________________________________________ - To install the library, issue the following commands in a terminal. ```bash -# Cloning the repo. or unzip the jcgs-r1.zip code archive +# Cloning the repo. or unzip the dsgs-main.zip code archive # git clone --recurse-submodules https://gitlab.com/pthouvenin/...git -unzip jcgs-r1.zip -cd jcgs-r1 +unzip dsgs-main.zip +cd dsgs-main # Create a conda environment using one of the lock files provided in the archive # (use jcgs_review_environment_osx.lock.yml for MAC OS) diff --git a/docs/source/setup.rst b/docs/source/setup.rst index 3414790b2e4642cf578f81af769233abd41db254..b3865c8506a5e8afb97fae05aa5559313e39888d 100644 --- a/docs/source/setup.rst +++ b/docs/source/setup.rst @@ -16,9 +16,9 @@ To install the library, issue the following commands in a terminal. .. code-block:: bash # Cloning the repo. / unzip the code archive - # git clone --recurse-submodules https://gitlab.com/pthouvenin/...git - unzip jcgs-r1.zip - cd jcgs-r1 + # git clone --recurse-submodules https://gitlab.cristal.univ-lille.fr/pthouven/dsgs.git + unzip dsgs-main.zip + cd dsgs-main # Create anaconda environment (from one of the provided lock files) mamba env create --name jcgs-review --file jcgs_review_environment_linux.lock.yml # use jcgs_review_environment_osx.lock.yml for osx