Skip to content

Commit

Permalink
README fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
saketkc committed Sep 17, 2023
1 parent d2c48d0 commit d26807f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ The following notebooks document all the possible features of

To install stable version using \`pip\`:

``` bash
```bash
pip install pysradb
```

Alternatively, if you use conda:

``` bash
```bash
conda install -c bioconda pysradb
```

Expand All @@ -108,7 +108,7 @@ environment with a lot of pre-installed packages, conda might be
[slow](https://github.com/bioconda/bioconda-recipes/issues/13774).
Please consider creating a new enviroment for `pysradb`:

``` bash
```bash
conda create -c bioconda -n pysradb PYTHON=3.10 pysradb
```

Expand Down

0 comments on commit d26807f

Please sign in to comment.