We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 957fee2 commit 3097c5fCopy full SHA for 3097c5f
1 file changed
README.md
@@ -10,15 +10,8 @@ Automated benchmarking tools for testing **INSDC data download performance** a
10
11
### 1\. Install
12
13
-```
14
-# With Poetry (recommended)
15
-poetry install
16
-
17
-# Or with pip + virtual environment
18
-python -m venv .venv
19
-source .venv/bin/activate
20
-pip install -r requirements.txt
21
+```bash
+pip install insdc-benchmarking-scripts
22
```
23
24
### 2\. Configure
0 commit comments