1 parent 4be2874 commit 062fccbCopy full SHA for 062fccb
1 file changed
README.md
@@ -19,11 +19,9 @@ conda install -c bioconda -c conda-forge minimap2=2.24 seqtk=1.3 curl=7.88 samto
19
```bash
20
git clone https://github.com/DaanJansen94/virasign.git
21
cd virasign
22
-pip install . 2>&1 | grep -v "DEPRECATION"
+pip install .
23
```
24
25
-**Note**: The deprecation warning is harmless and can be ignored. To suppress it, use the command above or simply `pip install . --quiet`.
26
-
27
## Usage
28
29
### Basic Usage
0 commit comments