Development¶
Code Convention¶
The code must be well formatted via black and pass flake8 checking.
Run tox -e black,flake8 to do the check.
Install dependencies¶
$ pip install -r requirements.txt
Initialize database¶
$ ./create_sqlite_db
Start cts¶
$ ./start_cts_from_here
Testing¶
$ tox