-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update installation page in documentation to be up-to-date
- Loading branch information
Showing
1 changed file
with
5 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
Otterdog requires Python 3.10+ to run. | ||
Otterdog requires Python 3.11+ to run. | ||
|
||
## System requirements | ||
|
||
A few system dependencies are required to be installed: | ||
|
||
### Mandatory system dependencies | ||
|
||
* [`python 3.10+`](https://www.python.org/): Python 3 + pip | ||
* [`python 3.11+`](https://www.python.org/): Python 3 + pip | ||
|
||
```bash | ||
apt install python3 python3-pip | ||
|
@@ -15,19 +15,13 @@ apt install python3 python3-pip | |
* [`poetry`](https://python-poetry.org/): Python package manager | ||
|
||
```bash | ||
curl -sSL https://install.python-poetry.org | python3 - | ||
pipx install poetry | ||
``` | ||
|
||
* [`go`](https://go.dev/): Go language compiler, v1.13+, needed for installing jsonnet-bundler | ||
* [`git`](https://git-scm.com/): popular distributed version control system | ||
|
||
```bash | ||
apt install golang | ||
``` | ||
|
||
* [`jsonnet-bundler`](https://github.com/jsonnet-bundler/jsonnet-bundler): Package manager for jsonnet | ||
|
||
```bash | ||
go install -a github.com/jsonnet-bundler/jsonnet-bundler/cmd/[email protected] | ||
apt install git | ||
``` | ||
|
||
### Optional system dependencies | ||
|