Skip to content

Commit

Permalink
DOC: you know what maybe we don't need that table
Browse files Browse the repository at this point in the history
  • Loading branch information
fedarko committed Sep 14, 2023
1 parent c84bb5d commit 4c06a5d
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,33 +81,10 @@ The simplest way to install strainFlye is by using
strainFlye is available through the [bioconda](https://bioconda.github.io/)
channel:

<!-- using HTML table syntax to work nicely with code blocks; see
https://gist.github.com/MarcoEidinger/c0f0583f19baca0a8f33bcded644be41
(also i wanted to indent the HTML tags but github markdown doesn't seem to like
that, so that's why my HTML code here looks uglier than usual :() -->
<table>
<tr>
<th>Using conda</th><th>Using mamba</th>
</tr>
<tr>
<td>

```bash
conda install -c bioconda strainflye
```

</td>
<td>

```bash
mamba install -c bioconda strainflye
```

</td>
</tr>
</table>


If you run into dependency conflicts when installing strainFlye into an
existing conda environment, you may want to just create a new conda environment
and install strainFlye into that. And if that still doesn't work, you can try
Expand Down

0 comments on commit 4c06a5d

Please sign in to comment.