Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ramaro authored Aug 12, 2021
1 parent c3818b1 commit 0a7e386
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kapitan: Generic templated configuration management for Kubernetes, Terraform and other things

![Python Tests](https://github.com/kapicorp/kapitan/actions/workflows/test.yml/badge.svg)
![Unit Tests](https://github.com/kapicorp/kapitan/actions/workflows/test.yml/badge.svg)
![](https://img.shields.io/github/pipenv/locked/python-version/kapicorp/kapitan.svg)
![](https://img.shields.io/pypi/dm/kapitan)
![](https://img.shields.io/docker/pulls/deepmind/kapitan)
Expand Down Expand Up @@ -74,16 +74,16 @@ For CI/CD usage, check out [CI.md](docs/CI.md)

#### Pip

Kapitan needs Python 3.6.
Kapitan needs Python 3.7.

**Install Python 3.6:**
**Install Python 3.7:**

* Linux: `sudo apt-get update && sudo apt-get install -y python3.6-dev python3-pip python3-yaml`
* Linux: `sudo apt-get update && sudo apt-get install -y python3.7-dev python3-pip python3-yaml`
* Mac: `brew install python3 libyaml`

**Install Kapitan:**

User (`$HOME/.local/lib/python3.6/bin` on Linux or `$HOME/Library/Python/3.6/bin` on macOS):
User (`$HOME/.local/lib/python3.6/bin` on Linux or `$HOME/Library/Python/3.7/bin` on macOS):

```shell
pip3 install --user --upgrade kapitan
Expand All @@ -95,10 +95,6 @@ System-wide (not recommended):
sudo pip3 install --upgrade kapitan
```

#### Standalone binary

From v0.24.0, kapitan is also available as a standalone binary which you can download from the [releases page](https://github.com/kapicorp/kapitan/releases). The platform currently supported is Linux amd64.

## Example

The example below _compiles_ 2 targets inside the `examples/kubernetes` folder.
Expand Down

0 comments on commit 0a7e386

Please sign in to comment.