Follow the instruction of this link.
curl -fsSL https://ollama.com/install.sh | sh
Download the model, in this case llama3.1
. this command will also be used to run the model
ollama run llama3.1
To exit the model type /bye
pip install -r requirements.txt