Skip to content

Commit

Permalink
chore: update installation page in documentation to be up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
netomi committed Nov 23, 2024
1 parent 8e24416 commit 9b2b287
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions docs/install.md
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
Expand All @@ -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
Expand Down

0 comments on commit 9b2b287

Please sign in to comment.