Skip to content
Snippets Groups Projects
Commit 6d340b0b authored by pthouvenin's avatar pthouvenin
Browse files

fix: Fix archive name in setup instructions

parent c59a29ff
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment