# On Linux/macOS ./scripts/setup_env.sh # On Windows python -m venv venv venv\Scripts\activate pip install -r requirements.txt Ensure your Ollama Docker container is running: docker run -d --name ...
Requirements: pipenv, Python 3.7. If you do not have Python 3.7 installed, consider using pyenv. After setting up, it integrates with pipenv allowing latter to ...