Skip to content

Commit 062fccb

Browse files
committed
.
1 parent 4be2874 commit 062fccb

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,9 @@ conda install -c bioconda -c conda-forge minimap2=2.24 seqtk=1.3 curl=7.88 samto
1919
```bash
2020
git clone https://github.com/DaanJansen94/virasign.git
2121
cd virasign
22-
pip install . 2>&1 | grep -v "DEPRECATION"
22+
pip install .
2323
```
2424

25-
**Note**: The deprecation warning is harmless and can be ignored. To suppress it, use the command above or simply `pip install . --quiet`.
26-
2725
## Usage
2826

2927
### Basic Usage

0 commit comments

Comments
 (0)