Skip to main content

Módulo para exemplificar construção de projetos Python no curso PyTools

Project description

mylibpythonpr

Módulo para exemplificar construção de projetos Python no curso PyTools

Build Status Updates Python 3

Suportada versão 3 de Python

Para instalar (windows):

python -m venv .venv
cd .venv/Scripts/activate
pip install -r requirements-dev.txt

Para instalar (linux):

python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements-dev.txt

Para conferir qualidade de código:

(.venv) flake8

Tópicos abordados:

  1. Git
  2. Virtualenv
  3. Pip

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

libpythonpro_gb-1.0.1.tar.gz (15.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page