From 0a385fc5a70a8272512ec2cd46dae577eec578f2 Mon Sep 17 00:00:00 2001 From: Ivan Glebov <41822761+iglebov@users.noreply.github.com> Date: Tue, 23 Jul 2024 12:37:32 +0300 Subject: [PATCH] Update README.rst For Python 3 --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 37589da..93589d3 100644 --- a/README.rst +++ b/README.rst @@ -53,9 +53,9 @@ First checkout ldtp from github and cd into ldtp2. Then build and install. - $ python setup.py build + $ python3 setup.py build - $ sudo python setup.py install + $ sudo python3 setup.py install Note: If your GNOME version is less than or equal to 2.24, then use LDTPv1 (1.7.x)