10 lines
163 B
Bash
Raw Normal View History

2024-12-28 02:36:14 +00:00
#!/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