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.
This commit is contained in:
Stefan Eßer 2021-02-27 21:49:31 +01:00 committed by GitHub
parent 551bdbfe85
commit 376375c10d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: