Skip to content

Commit

Permalink
fix code syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Aug 6, 2021
1 parent 45ce67e commit 4c472d3
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/content/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,14 @@ Installation

You can install it with pip:

```
pip install baredSC
```
.. code:: bash
$ pip install baredSC
Or with conda:

```
conda create -n baredSC -c bioconda -c conda-forge baredsc
```
.. code:: bash
$ conda create -n baredSC -c bioconda -c conda-forge baredsc

0 comments on commit 4c472d3

Please sign in to comment.