Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configurando um Ambiente virtual

  • create: python -m venv nome_do_enviroment
  • run: nome_do_enviroment/Scripts/Activate.ps1 (Win)
  • run: python3 nome_do_enviroment/Scripts/activate.bat (Unix)
  • add dep into requeriments.txt: pip freeze > requeriments.txt
  • install dep from requeriments.txt: pip install -r requeriments.txt

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages