Skip to content

Commit

Permalink
Recommend only using a Conda installation (#30)
Browse files Browse the repository at this point in the history
Snakemake is best installed with Conda, so follow suit!
  • Loading branch information
clintval committed Jan 1, 2019
1 parent 1d0e73b commit 0d282ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,7 +12,7 @@
Non-strict wrappers for the data pipelining language Snakemake.

```bash
pip install 'snakescale[full]'
conda install -c bioconda snakemake snakescale
```

Features:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Expand Up @@ -3,7 +3,7 @@ Welcome to the ``snakescale`` Documentation!

.. code-block:: bash
pip install 'snakescale[full]'
conda install -c bioconda snakemake snakescale
Features
--------
Expand Down

0 comments on commit 0d282ae

Please sign in to comment.