Skip to content

Commit f62220f

Browse files
committed
Add note about suppressing deprecation warning in installation instructions
1 parent 45e6713 commit f62220f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,11 @@ 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 .
22+
pip install . 2>&1 | grep -v "DEPRECATION"
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+
2527
## Usage
2628

2729
### Basic Usage

0 commit comments

Comments
 (0)