Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (15 loc) · 390 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 390 Bytes

Python logger example for projects


Preparations for Ubuntu:

sudo apt-get update
sudo apt-get install python-pip python-dev build-essential
sudo pip install -U pip setuptools virtualenv
virtualenv --clear .venv && source .venv/bin/activate
pip install -U -r requirements.txt

To run script:

python start.py
python start.py --debug   OR   python start.py --D