Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 338 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 338 Bytes

Advanced filter example project

Rust set-up

Refer to the main README Install section and its subsections

Python set-up

  1. Create a Virtual Environment
python -m venv .venv
  1. Install the requirements
source .venv/bin/activate #linux 
pip install -r requirements.txt