From 0bbce5bec0ec72d7423f6c7d5e655c9a7fbe4d53 Mon Sep 17 00:00:00 2001 From: Fernando Felix Date: Mon, 28 Mar 2016 04:43:11 -0300 Subject: [PATCH] Install nfse deps using remote url. --- README.md | 4 ++-- docs/index.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9d3c0c7..d7d9d0f 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,8 @@ Referências Instalação ----------- -```sh -pip3 install --user suds-jurko pyxb # opcional: apenas para NFS-e +``` +pip3 install --user -r https://github.com/leotada/PyNFe/raw/master/requirements-nfse.txt # opcional: apenas para NFS-e pip3 install --user https://github.com/leotada/PyNFe/archive/master.zip ``` diff --git a/docs/index.rst b/docs/index.rst index 89b07c5..6c6f21a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -66,7 +66,7 @@ Referências - Instalação:: - pip3 install --user suds-jurko pyxb # opcional: apenas para NFS-e + pip3 install --user -r https://github.com/leotada/PyNFe/raw/master/requirements-nfse.txt # opcional: apenas para NFS-e pip3 install --user https://github.com/leotada/PyNFe/archive/master.zip Exemplos de uso