From b0c18591b0d72526d294f3eb94389e8cb3f50dfd Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Tue, 12 Jan 2021 18:04:13 +0100 Subject: [PATCH] README: Drop python2 references Python2 support was dropped recently, remove references informing how to install python2 modules (operation would fail). Change-Id: Iffe403377afe9534dbd61d65bfd52e479e125e68 --- README | 2 -- 1 file changed, 2 deletions(-) diff --git a/README b/README index dbb8d88..f325ae6 100644 --- a/README +++ b/README @@ -1,6 +1,5 @@ Building/installation: - sudo python setup.py install sudo python3 setup.py install If you prefer to have it cleanly removable, install checkinstall and run @@ -9,7 +8,6 @@ If you prefer to have it cleanly removable, install checkinstall and run Alternatively, just run - pip install --user -e ./ pip3 install --user -e ./ depending on your python version.