Skip to content

Commit

Permalink
add rust version check and install link to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ccbaumler committed May 16, 2024
1 parent 7d41de8 commit 1ace993
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ This plugin is an attempt to improve database generation by downloading assembli

## Installation

Prior to install, verify that `rust` is installed:
```
rustc --version
```
> If not, follow [instruction for install here.](https://forge.rust-lang.org/infra/other-installation-methods.html)
Install plugin:
```
pip install sourmash_plugin_directsketch
```
Expand Down

0 comments on commit 1ace993

Please sign in to comment.