-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Varios fixes for pypi and easy usage
- Loading branch information
Showing
6 changed files
with
21 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,24 @@ | ||
## Installation | ||
|
||
### Recommended <a href="https://pypi.org/project/nfc-uid/">PIP</a> METHOD | ||
!!!!!!! Currently I am not really able to use github actions as I want to !!!!!!!! | ||
0.4.x is currently "broken" in pypi please wait with install until I fixed that... Sorry | ||
|
||
``` | ||
pip install nfc_uid | ||
``` | ||
Usage: import nfc_uid | ||
Usage | ||
``` | ||
from nfc_uid import nfc_uid | ||
``` | ||
|
||
|
||
#### REPO METHOD / Local usage | ||
- Clone this repo | ||
- Run these commands | ||
``` | ||
pip install keyboard | ||
pip install pysscard | ||
pip install requests | ||
pip install urllib3==1.26.15 | ||
``` | ||
|
||
Usage: python main.py or import main as nfc_uid |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters