This shows you the differences between two versions of the page.
|
ac:laboratoare:10 [2025/11/20 10:32] marios.choudary |
ac:laboratoare:10 [2025/11/20 11:39] (current) marios.choudary |
||
|---|---|---|---|
| Line 10: | Line 10: | ||
| sudo apt install libpcsclite-dev swig libpcsc-perl pcsc-tools python3-dev libudev-dev python3-pyscard python3-pyserial | sudo apt install libpcsclite-dev swig libpcsc-perl pcsc-tools python3-dev libudev-dev python3-pyscard python3-pyserial | ||
| </code> | </code> | ||
| + | |||
| + | Note: on some distributions the python3-pyserial package is just python3-serial. | ||
| If this doesn't work, then get ''%%Pyserial%%'' from [[https://pypi.python.org/pypi/pyserial#downloads|here]] | If this doesn't work, then get ''%%Pyserial%%'' from [[https://pypi.python.org/pypi/pyserial#downloads|here]] | ||
| Line 19: | Line 21: | ||
| </code> | </code> | ||
| - | * You might also want to install these additional card tools from here: | + | * You might also want to install these additional card tools: |
| <code> | <code> | ||
| Line 43: | Line 45: | ||
| For Mac OS, things should work by just installing pcsc_tools through mac ports or brew: | For Mac OS, things should work by just installing pcsc_tools through mac ports or brew: | ||
| <code> | <code> | ||
| - | sudo port install pcsc-tools swig | + | sudo port install pcsc-tools swig py-pyscard py-serial |
| </code> | </code> | ||