Junior Tada
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
README.md
|
|
|
@ -60,13 +60,13 @@ Instalação |
|
|
|
----------- |
|
|
|
|
|
|
|
```sh |
|
|
|
pip3 install --user https://github.com/leotada/PyNFe/archive/master.zip |
|
|
|
pip3 install --user https://github.com/TadaSoftware/PyNFe/archive/master.zip |
|
|
|
``` |
|
|
|
|
|
|
|
Opcional para NFS-e: |
|
|
|
|
|
|
|
```sh |
|
|
|
pip3 install --user -r https://github.com/leotada/PyNFe/raw/master/requirements-nfse.txt |
|
|
|
pip3 install --user -r https://github.com/TadaSoftware/PyNFe/raw/master/requirements-nfse.txt |
|
|
|
``` |
|
|
|
|
|
|
|
Exemplos de uso |
|
|
|
|