#!/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
|
|
|
#!/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
|
|
|