From 559588b0ee06a2cd5f263909ac4529e5c1aa11b3 Mon Sep 17 00:00:00 2001 From: Patrick Decat Date: Mon, 9 Oct 2023 11:45:33 +0200 Subject: [PATCH] Fix obsolete information in README --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index cd53e65f..962d6b07 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ - [claranet-tfwrapper](#claranet-tfwrapper) - [Table Of Contents](#table-of-contents) - [Features](#features) - - [Drawbacks](#drawbacks) - [Setup Dependencies](#setup-dependencies) - [Runtime Dependencies](#runtime-dependencies) - [Recommended setup](#recommended-setup) @@ -62,19 +61,12 @@ - Plugins caching - Tab completion -## Drawbacks - -- AWS oriented (even if other cloud providers do work) -- Setup overhead - ## Setup Dependencies -- `build-essential` (provides C/C++ compilers) -- `libffi-dev` -- `libssl-dev` - `python3` `>= 3.8.1 <4.0` -- `python3-dev` +- `python3-pip` - `python3-venv` +- `pipx` (recommended) ## Runtime Dependencies