Added install script.

This commit is contained in:
retoor 2024-12-28 03:36:14 +01:00
parent 76ce2d3360
commit f57e535679

9
install.sh Executable file
View File

@ -0,0 +1,9 @@
#!/usr/bin/env bash
git clone https://molodetz.nl/retoor/tikker
cd tikker
python3 -m venv .venv
. .venv/bin/activate
pip install ollama
pip install matplotlib