Installation¶
Requirements¶
Python 3.10+
Rust toolchain
Clone And Install¶
Clone the repository
git clone <repo-url>
cd jobscope
Install Rust (if not already installed)
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
Install the package with pip
pip install .
This builds the Rust worker via Maturin and installs the Python CLI.