From 18700fa821937d807c3fc25cfe5677a1b1f8e439 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Tue, 2 Apr 2024 20:01:09 +0200 Subject: [PATCH] installing from source --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e3c3ea594..86fe31a97 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,13 @@ See examples in [Usage/Docker image](#docker-image) ### Installing from source -If installing from the repository is needed in order to e.g. check if a pre-release version resolves a bug effectively, it can be installed with: +Not recommended, unless you want to check if a current pre-release code solves a bug affecting you. ```bash -python3 setup.py install +pip install git+https://github.com/Backblaze/B2_Command_Line_Tool.git ``` -In this case of installing a pre-release, [virtualenv](https://pypi.org/project/virtualenv/) is strongly recommended. +If you wish to contribute to or otherwise modify source code, please see our [contributing guidelines](CONTRIBUTING.md). ## Usage