From c5145f231203347622cc18f9f03f8057c67b758e Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Thu, 7 Mar 2019 19:48:55 -0600 Subject: [PATCH] Remove --process-dependency-links section This option has been removed from pip and it is no longer required by matrix-python-sdk after https://github.com/matrix-org/matrix-python-sdk/commit/b3346dbfce5079a6977c4c3aedc438f21114f8c9 --- README.rst | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.rst b/README.rst index 74437ac2..32f3a919 100644 --- a/README.rst +++ b/README.rst @@ -52,14 +52,6 @@ needed dependencies. cd matrix-python-sdk python setup.py install -E2E development -~~~~~~~~~~~~~~~ - -The Olm bindings are not yet hosted on PyPI. Hence it it necessary to pass -``--process-dependency-links`` when installing with pip, in order to fetch them -from their Git repository. For example replace ``python setup.py install`` in -the above instructions by ``pip install --process-dependency-links .[e2e]``. - Usage ===== The SDK provides 2 layers of interaction. The low-level layer just wraps the