From 0a7e386d9c579754b4d0e95d1ea31783d1a667e5 Mon Sep 17 00:00:00 2001 From: Ricardo Amaro Date: Thu, 12 Aug 2021 22:57:47 +0100 Subject: [PATCH] Update README --- README.md | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b434610f1..fc51cb576 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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.