Skip to content

wreulicke/python-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-sandbox

setup

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

init repository

リポジトリ初期化時のコマンド

source env/bin/activate
pip install flake8 # linter
pip install mypy # type analysis
pip install yapf # code formatter
pip freeze > requirements.txt

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages