GitHub - rmatttu/python-skeleton: Python project template.
-
Notifications
You must be signed in to change notification settings - Fork 0
Repository files navigation
python-skeleton
Python project template.
Usage
python3 sample.py source destRequirements
- python3
- pip
Installation
# edit configure cp conf/default.yml conf/local.yml vim conf/local.yml # virtualenvを使用する時 # python3 -m venv .venv # source .venv/bin/activate # install requirements pip3 install -r requirements.txt mkdir local
here documents.
cat << EOS > local/input.txt hello hoge fuga piyo EOS