https://github.com/takegue/supporters-colab
サーポーターズ Colab用
https://github.com/takegue/supporters-colab
Last synced: about 2 months ago
JSON representation
サーポーターズ Colab用
- Host: GitHub
- URL: https://github.com/takegue/supporters-colab
- Owner: takegue
- Created: 2018-07-22T18:33:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T19:21:29.000Z (almost 8 years ago)
- Last Synced: 2025-03-12T07:15:56.374Z (over 1 year ago)
- Language: Python
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
flaskによるサンプルのLogger
```
python3 -m venv `pwd`/.venv
source .venv/bin/activate
pip install -r requirement.txt
flask run --port 8080
```