X-Git-Url: http://www.git.cypherpunks.ru/?p=pyderasn.git;a=blobdiff_plain;f=doc%2Finstall.rst;h=2e62b09fe0769ca4153983d4453200d5aa55989b;hp=824e0c3440c67c3b21845f276bef1204bf5ce34f;hb=1c94d5a53d1d5126fda0ac989b284cb613945e69;hpb=2486727fb9bf8eaa93bee47ab3a67c038cb6276c diff --git a/doc/install.rst b/doc/install.rst index 824e0c3..2e62b09 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -10,7 +10,7 @@ signature from `official website `__:: % xz -d < pyderasn-3.7.tar.xz | tar xf - % cd pyderasn-3.7 % python setup.py install - # or copy pyderasn.py (+six.py) to your PYTHONPATH + # or copy pyderasn.py (+six.py, possibly termcolor.py) to your PYTHONPATH PyDERASN depends on `six `__ package for keeping compatibility with Py27/Py35. It is included in the tarball.