# 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-
Notifications
You must be signed in to change notification settings - Fork 0
Pndablob/rankinator
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published