diff options
author | dragon788 <dragon788@users.noreply.github.com> | 2020-08-21 17:55:28 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 17:55:28 -0500 |
commit | 58b7c819d72f8596275ec495a9a2e98ec57ae7d5 (patch) | |
tree | c595656b61c79a984be789d11b734adce5df7752 /README.md | |
parent | Merge pull request #199 from b1f6c1c4/patch-1 (diff) | |
download | YubiKey-Guide-58b7c819d72f8596275ec495a9a2e98ec57ae7d5.tar.gz |
Python2 is EOL, update packages/references to Py3
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -211,9 +211,9 @@ $ wget https://raw.githubusercontent.com/drduh/YubiKey-Guide/master/README.md To install and use the `ykman` utility: ```console -$ sudo apt -y install python-pip python-pyscard +$ sudo apt -y install python3-pip python3-pyscard -$ pip install yubikey-manager +$ pip3 install yubikey-manager $ sudo service pcscd start @@ -320,7 +320,7 @@ Most operating systems use software-based pseudorandom number generators. A hard Install and configure OneRNG software: ```console -$ sudo apt -y install at rng-tools python-gnupg openssl +$ sudo apt -y install at rng-tools python3-gnupg openssl $ wget https://github.com/OneRNG/onerng.github.io/raw/master/sw/onerng_3.6-1_all.deb |