summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Eßer <se@freebsd.org>2021-02-27 21:49:31 +0100
committerGitHub <noreply@github.com>2021-02-27 21:49:31 +0100
commit376375c10d0f0d76bfbb87c8a4176c740f7f307e (patch)
tree0d09c1c9435a189c3f4dcc1ad8837f4e8cb87993
parent551bdbfe851297095d7fc7a52f88e36cef5a457a (diff)
Update README.rst
Change package install command for FreeBSD Python-2.7 is EOL and no longer supported in FreeBSD - the new default version is Python-3.7 and the package name has to be adjusted to refer to that Python version.
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index b66d4184..b5af3e01 100644
--- a/README.rst
+++ b/README.rst
@@ -239,7 +239,7 @@ To install the binary package:
.. code-block:: console
- # pkg install py27-glances
+ # pkg install py37-glances
To install Glances from ports: