From 727e693ef475f03d45fe0068c30aeb109c410e0e Mon Sep 17 00:00:00 2001 From: devfred78 <97401939+devfred78@users.noreply.github.com> Date: Sun, 6 Feb 2022 18:49:26 +0100 Subject: [PATCH] add alternative install method in README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index afd7a69..8a104bf 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ Install from PyPi with: pip install pygconsole ``` +As an alternative, you can download the `*.whl` file from the last [release on the pygconsole Github repository](https://github.com/devfred78/pygconsole/releases), and execute the following command (replace "X.Y.Z" by the right version number): + +```sh +pip install pygconsole-X.Y.Z-py3-none-any.whl +``` + ## Usage First, import the package with the following command: