Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-eyes committed Oct 23, 2024
1 parent 55373e5 commit 1797769
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@ snipe is a user-friendly tool that enables large-scale, alignment-free quality c

## Installation

You can install snipe from the pip test channel:
You can install snipe from the pip test channel until the pypa team respond to [our PEP 541 Request](https://github.com/pypi/support/issues/4364)

```bash
pip install -i https://test.pypi.org/simple/ snipe
```

## Conda

You can also install snipe from the conda-forge channel:

```bash
conda install bioconda::snipe
mamba install bioconda::snipe
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ dependencies = [
"pandas>=2.2.3",
"tqdm>=4.66.5",
"lzstring>=1.0.4",
"rapidfuzz>=3.10.0",
]

[project.optional-dependencies]
Expand Down Expand Up @@ -101,7 +100,6 @@ dependencies = [
"pandas",
"tqdm>=4.66.5",
"lzstring>=1.0.4",
"rapidfuzz>=3.10.0",
"ruff",
"mkdocs>=1.6.1",
"mkdocstrings>=0.26.1",
Expand Down

0 comments on commit 1797769

Please sign in to comment.