From d3aa07ee74fc6e4dcd2277ac8cb597a9923a719c Mon Sep 17 00:00:00 2001 From: Red5d Date: Thu, 4 Apr 2024 22:22:46 -0400 Subject: [PATCH] Remove old pipx install instructions PyPi version is not updated. The docker image is automatically updated and is the current recommended usage method. #74 --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index cb9ad1c..7b7842c 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,6 @@ You can install it system-wide from the project directory with a command: ```python setup.py install --optimize=1``` -You can also install directly from PyPI (https://pypi.org/project/docker-autocompose) with a command: -```pipx install docker-autocompose``` - There are unofficial packages available in the Arch User Repository: * [Stable](https://aur.archlinux.org/packages/docker-autocompose) * [Development (follows the master branch)](https://aur.archlinux.org/packages/docker-autocompose-git)