Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add installation instructions #217

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/tempo.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Subpackages
tempo.ingress
tempo.insights
tempo.k8s
tempo.kfserving
tempo.metaflow
tempo.protocols
tempo.seldon
tempo.serve
tempo.state
Expand Down
1 change: 0 additions & 1 deletion docs/api/tempo.seldon.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,4 @@ Submodules
tempo.seldon.docker
tempo.seldon.endpoint
tempo.seldon.k8s
tempo.seldon.protocol
tempo.seldon.specs
12 changes: 11 additions & 1 deletion docs/overview/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Quickstart

## Tempo Prequisites
## Installation
The latest Tempo release can be installed from [PyPI](https://pypi.org/project/mlops-tempo/):
```
pip install mlops-tempo
```
Alternatively, the development version can be installed:
```
pip install git+https://github.com/SeldonIO/tempo.git
```

## Tempo Prerequisites


* [conda](https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html)
Expand Down