Skip to content
Snippets Groups Projects
Commit c40d24fe authored by Bertrand  NÉRON's avatar Bertrand NÉRON
Browse files

improve mamba exercise

parent 313b23fd
No related branches found
No related tags found
No related merge requests found
......@@ -361,13 +361,13 @@ We will continue to setup our environment for all the week
#. :red:`install mamba` in base environment
#. go in cookiecutter made project
#. go in directory `config`
#. go in directory `src`
#. import `artic-ncov2019` (https://github.com/artic-network/artic-ncov2019) with *git*
#. replace the environment at the root of cookiecutter project by this provided by artic-ncov2019
#. go to the root of the project
#. edit the environment file
* change the name of the project to `cdc_cov2`
#. use mamba to create an environment using the *environment.yml* at the project root directory
#. use :red:`**mamba**` to create an environment using the *environment.yml* at the project root directory
#. activate the `cdc_cov2`
#. test if the software `rampart` is present : :code:`rampart -v`
#. deactivate the `cdc_cov2`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment