X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Finstall.rst;h=d1e1325b7cd1639a974a286c57b61e80a84787a1;hp=08285de0e2a8c253bd949097b099bcc90d3b4640;hb=68a25098792fe4291486e2ba5726f8062565cfad;hpb=664822cb0fc85360a5f77d93ed54714c42557c74 diff --git a/doc/install.rst b/doc/install.rst index 08285de..d1e1325 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -10,11 +10,11 @@ signature from `official website `__:: % xz -d < pyderasn-1.0.tar.xz | tar xf - % cd pyderasn-1.0 % python setup.py install + # or copy pyderasn.py (+six.py) to your PYTHONPATH PyDERASN depends on `six `__ package -for keeping compatibility with Py27/Py35. If it is not installed on your -system, then ``setup.py install`` will try to download it from PyPI. You -can also find it mirrored on :ref:`download ` page. +for keeping compatibility with Py27/Py35. It is included in the tarball. +You can also find it mirrored on :ref:`download ` page. You could use PIP (**no** authentication is performed!)::