From 71976d03c2497c0390a1288c6fbc214ca04b66eb Mon Sep 17 00:00:00 2001 From: Maximillian Laumeister Date: Wed, 27 Feb 2019 14:59:51 -0800 Subject: [PATCH] Use pip3 explicitly. Prevents accidental use of 2.X --- python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python/README.md b/python/README.md index c95337b..9eebf86 100644 --- a/python/README.md +++ b/python/README.md @@ -9,5 +9,5 @@ no passphrase provided at start, the script will ask for it while running. ### Dependencies ### 1) Python3 -2) [pycrypto](https://pypi.org/project/pycrypto/) for AES: `pip install pycrypto` -3) Python version of [pbkdf2](https://pypi.org/project/pbkdf2/): `pip install pbkdf2` +2) [pycrypto](https://pypi.org/project/pycrypto/) for AES: `pip3 install pycrypto` +3) Python version of [pbkdf2](https://pypi.org/project/pbkdf2/): `pip3 install pbkdf2`