Skip to content

Commit

Permalink
installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncherric committed Aug 11, 2023
1 parent bb326ad commit 4632deb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting_started/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ If you need guidance for a specific platform you are using, see the specific `pl

.. code-block:: console
$ mamba create -c conda-forge -c bioconda --name iliadEnv snakemake=7.19.0 snakedeploy openpyxl pandas
$ conda create -c conda-forge -c bioconda --name iliadEnv snakemake=7.19.0 snakedeploy openpyxl pandas
to install Snakemake, Snakedeploy, and a necessary python library for parsing user input tables in an isolated environment.
For all following commands ensure that this environment is activated via


.. code-block:: console
$ mamba activate iliadEnv
$ conda activate iliadEnv
**Estimated time: 15-20 minutes**

Expand Down

0 comments on commit 4632deb

Please sign in to comment.