10 lines
163 B
Bash
10 lines
163 B
Bash
|
#!/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
|
||
|
|