Skip to content

Commit

Permalink
Use pip3 explicitly. Prevents accidental use of 2.X
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxLaumeister committed Feb 27, 2019
1 parent 9280d1e commit 71976d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/README.md
Expand Up @@ -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`

0 comments on commit 71976d0

Please sign in to comment.