Build LLM Apps
- Python ^3.10
- With pip:
pip install git+https://github.com/otherwillhq/scoutos-python
- With poetry:
poetry add scoutos --git https://github.com/otherwillhq/scoutos-python
Given that the version currently at the HEAD of the default branch should be considered unstable, you can also pin a version to a specific SHA. You can't to this via the CLI, but you can specify a specific commit in your pyproject.toml
as follows (making sure to replace the rev
with your desired SHA):
[tool.poetry.dependencies]
scoutos = { git = "https://github.com/otherwillhq/scoutos-python.git", rev = "ab1ee13c"}