From: Sergey Matveev Date: Tue, 14 Mar 2023 16:47:40 +0000 (+0300) Subject: No PyPI anymore X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=commitdiff_plain;h=f9dd5090e9eb8b7852f137ff26b6963a8fae2f1b No PyPI anymore --- diff --git a/doc/install.rst b/doc/install.rst index 13ddee5..1164126 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -16,11 +16,6 @@ signature from `official website `__:: * ``urwid`` is an optional dependency used for :ref:`interactive browser `. * ``dateutil`` is an optional dependency used for ``.totzdatetime()`` method. -You could use pip (**no** OpenPGP authentication is performed!) with PyPI:: - - $ echo pyderasn==9.3 --hash=sha256:TO-BE-FILLED > requirements.txt - $ pip install --requirement requirements.txt - You have to verify downloaded tarballs integrity and authenticity to be sure that you retrieved trusted and untampered software. `GNU Privacy Guard `__ is used for that purpose.