From 786be05588cab6f12923cad51d6781d2316a9fa1 Mon Sep 17 00:00:00 2001 From: julien Date: Fri, 25 Jun 2021 23:07:40 +0200 Subject: [PATCH] update doc --- docs/index.rst | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d8bee0e..0ed06d7 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -22,9 +22,7 @@ Compatibility Currently supported versions and implementations of Python are: -* python 3.3 -* python 3.4 -* python 3.5 +* python 3.6+ * pypy3 Others might be compatible but are not officially supported. @@ -34,13 +32,7 @@ Requirements ============ Required libraries are automatically installed when installing ``pystassh`` (see :ref:`install` to learn more). -In its current version, ``pystassh`` requires additional libraries to interact with ``libssh`` and to run the tests and build the documentation: - -* cffi 1.7.0 -* pytest 2.9.1 -* pytest-cov-2.2.1 -* Sphinx 1.4.1 -* sphinx-autobuild 0.6.0 +You can install them by running ``pip install -r requirements.txt``. ``libssh`` and ``libffi-dev`` may have to be installed separately. @@ -57,4 +49,4 @@ Refer to other sections of this documentation to learn more about ``pystassh``. examples tests ref_api - about \ No newline at end of file + about