Installation

Requirements

  • Python 3.10+

  • Rust toolchain

Clone And Install

  1. Clone the repository

git clone <repo-url>
cd jobscope
  1. Install Rust (if not already installed)

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  1. Install the package with pip

pip install .

This builds the Rust worker via Maturin and installs the Python CLI.