Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 371 Bytes

File metadata and controls

17 lines (13 loc) · 371 Bytes

rankinator

Setup

# If you use nix, otherwise install python & venv deps manually
nix develop # or `direnv allow`
# Enable venv
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

# if using nix, make sure to fix python .so files
nix run github:GuillaumeDesforges/fix-python -- --venv .venv

python main.py # Run bier example