aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordragon788 <dragon788@users.noreply.github.com>2020-08-21 17:55:28 -0500
committerGitHub <noreply@github.com>2020-08-21 17:55:28 -0500
commit58b7c819d72f8596275ec495a9a2e98ec57ae7d5 (patch)
treec595656b61c79a984be789d11b734adce5df7752 /README.md
parentMerge pull request #199 from b1f6c1c4/patch-1 (diff)
downloadYubiKey-Guide-58b7c819d72f8596275ec495a9a2e98ec57ae7d5.tar.gz
Python2 is EOL, update packages/references to Py3
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 315f843..0527800 100644
--- a/README.md
+++ b/README.md
@@ -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