Skip to content

Commit

Permalink
clarify importance of optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tomato42 committed Jun 24, 2020
1 parent 4e04613 commit dfaa9cc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ You'll need:
they conflict with each other)
* [ecdsa](https://github.com/warner/python-ecdsa)
python module (dependency of tlslite-ng, should get installed
automatically with it)
automatically with it), use at least version 0.15 for optimal performance

Optionally, to make some calculations faster, you may want to install the
following libraries (see tlslite-ng README for details):
Optionally, to make cryptographic calculations significantly faster, you may
want to install the following libraries (see tlslite-ng and python-ecdsa
README files for details):

* m2crypto
* pycrypto
* gmp
* gmpy

To get `pip` (if your python installation doesn't already have it) download
[get-pip.py](https://bootstrap.pypa.io/get-pip.py) and run
Expand Down

0 comments on commit dfaa9cc

Please sign in to comment.