]> Cypherpunks.ru repositories - pyderasn.git/blobdiff - doc/install.rst
Include termcolor tarball
[pyderasn.git] / doc / install.rst
index 824e0c3440c67c3b21845f276bef1204bf5ce34f..2e62b09fe0769ca4153983d4453200d5aa55989b 100644 (file)
@@ -10,7 +10,7 @@ signature from `official website <http://pyderasn.cypherpunks.ru/>`__::
     % 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 <https://pypi.org/project/six/>`__ package
 for keeping compatibility with Py27/Py35. It is included in the tarball.