Skip to content

Commit c516b2b

Browse files
committed
Add installation instructions for development prerequisites
1 parent c689a7a commit c516b2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,15 @@ blocklist_aggregator.save_cdb(filename="/tmp/unified_domains.cdb")
9292

9393
## For developpers
9494

95+
INstall prerequisites
96+
97+
```bash
98+
sudo apt install python3-venv python3.13-dev
99+
python3 -m venv venv
100+
source venv/bin/activate
101+
python3 -m pip install -r requirements.txt
102+
```
103+
95104
Run test units
96105

97106
```bash

0 commit comments

Comments
 (0)