Removed bugs.

This commit is contained in:
2025-03-17 04:58:10 +01:00
parent e045f96e4d
commit 927d52f588
5 changed files with 38 additions and 8 deletions
+3
View File
@@ -10,6 +10,7 @@ PYTHON="./.venv/bin/python"
ensure_env:
-@python3 -m venv .venv
$(PYTHON) -m pip install dataset
merge:
$(PYTHON) merge.py
@@ -32,3 +33,5 @@ index:
popular:
$(PYTHON) tags.py --popular
process:
PYTHONPATH=/home/retoor/bin $(PYTHON) process.py