Difference between revisions of "Pysimcard: Download"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  | 
				Onnowpurbo (talk | contribs)   | 
				||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| + | ==pyscard: smartcard library untuk python==  | ||
| + | |||
| + | pyscard - python smart card library - modul python yang menambahkan dukungan smart card ke python.  | ||
| + | |||
| + | [[File:Pyscard-system.jpeg|center|300px|thumb]]  | ||
| + | |||
| + | |||
Update Repository  | Update Repository  | ||
| Line 4: | Line 11: | ||
Instal paket paket pendukung  | Instal paket paket pendukung  | ||
| + | |||
| + | |||
  apt install-y git pcscd pcsc-tools libccid python-dev swig python-setuptools python-pip libpcsclite-dev  |   apt install-y git pcscd pcsc-tools libccid python-dev swig python-setuptools python-pip libpcsclite-dev  | ||
| Line 11: | Line 20: | ||
  https://sourceforge.net/projects/pyscard/files/pyscard/  |   https://sourceforge.net/projects/pyscard/files/pyscard/  | ||
| + |  https://github.com/LudovicRousseau/pyscard  | ||
jika diletakan di folder Download maka pindahkan ke folder home  | jika diletakan di folder Download maka pindahkan ke folder home  | ||
| − |   mv ~/Downloads/pyscard-1.9.5.tar.gz  | + |   mv ~/Downloads/pyscard-1.9.5.tar.gz ~  | 
| + | |||
| + | |||
| + | |||
| + | ==Referensi==  | ||
| + | |||
| + | * https://github.com/LudovicRousseau/pyscard  | ||
| + | |||
| + | |||
| + | ==Pranala Menarik==  | ||
| + | |||
| + | * [[5G]]  | ||
Latest revision as of 05:04, 22 December 2022
pyscard: smartcard library untuk python
pyscard - python smart card library - modul python yang menambahkan dukungan smart card ke python.
Update Repository
apt update
Instal paket paket pendukung
apt install-y git pcscd pcsc-tools libccid python-dev swig python-setuptools python-pip libpcsclite-dev pip install pycrypto
Download Pyscard
https://sourceforge.net/projects/pyscard/files/pyscard/ https://github.com/LudovicRousseau/pyscard
jika diletakan di folder Download maka pindahkan ke folder home
mv ~/Downloads/pyscard-1.9.5.tar.gz ~
Referensi