Merge pull request #65 from d3zd3z/pr/fixpip

doc: Fix 'pip' example
This commit is contained in:
Fabio Utzig 2017-06-19 11:48:41 -03:00 committed by GitHub
commit 0002bf8c85
1 changed files with 3 additions and 3 deletions

View File

@ -8,9 +8,9 @@ this script should be preferred to the manual steps described in
This program is written for Python3, and has several dependencies on
Python libraries. These can be installed using 'pip3' manually:
pip install --user pycrypto
pip install --user pyasn1
pip install --user ecdsa
pip3 install --user pycrypto
pip3 install --user pyasn1
pip3 install --user ecdsa
or, on Ubuntu, using the package manager: