nodiscc
2025-03-29 11:02:10 +00:00
committed by GitHub
parent 9aed332c1e
commit 4f3a0da833

View File

@@ -8,7 +8,7 @@ install:
python3 -m venv .venv
source .venv/bin/activate && \
pip3 install wheel && \
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.3.1
pip3 install --force git+https://github.com/nodiscc/hecat.git@1.4.0
.PHONY: import # import data from the original list at https://github.com/awesome-selfhosted/awesome-selfhosted
import: clean install