Skip to content

Commit

Permalink
fix(python): install pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
pbelmann committed Jul 25, 2018
1 parent bf03dae commit e0c5b4f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
## Instalation (Ubuntu 16.04)
Read before copy-paste
```
apt install python python-requests python-qrcode libpam-python
apt install python python-requests python-qrcode libpam-python python-pip
pip install pyyaml
mkdir /lib/security
cp src/pam_oauth2_device.py /lib/security/
vim /etc/pam_oauth2_device/config.yml
Expand Down

0 comments on commit e0c5b4f

Please sign in to comment.