Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/erlimar/python-zero
Esqueleto zerado de um projeto Python3 mínimo
https://github.com/erlimar/python-zero
Last synced: about 1 month ago
JSON representation
Esqueleto zerado de um projeto Python3 mínimo
- Host: GitHub
- URL: https://github.com/erlimar/python-zero
- Owner: erlimar
- License: mit
- Created: 2020-01-15T13:21:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T21:17:38.000Z (over 3 years ago)
- Last Synced: 2023-08-10T08:23:03.990Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# python-zero
Esqueleto zerado de um projeto Python3 mínimo## Para iniciar o desenvolvimento
Se você usa Linux ou outro Unix:
```sh
$ ./venv.sh
# O script lhe dará instruções para entrar no ambiente virtual
$ pip install -r requirements.txt
```Se você usa Windows:
```
$ venv.cmd
# O script lhe dará instruções para entrar no ambiente virtual
$ pip install -r requirements.txt
```