Skip to content

Commit

Permalink
update installation instruction for Ubuntu/Debian
Browse files Browse the repository at this point in the history
  • Loading branch information
scgbckbone authored and doc-hex committed Aug 2, 2024
1 parent 6febbc2 commit b6f0957
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ Installing `pyscard` require SWIG and libpcsclite:
# tested on Ubuntu 20.04 (only)
sudo apt-get install swig
sudo apt-get install libpcsclite-dev

# some newer debian-based distros (ubuntu24) require:
sudo apt-get install pcscd
sudo systemctl enable pcscd
```

## Fedora/Red Hat Notes
Expand Down

0 comments on commit b6f0957

Please sign in to comment.