Projeto referente à disciplina de Engenharia de Software I - IFPI
$ git clone https://github.com/PaulloClara/stuki.git ~/.stuki && python3 ~/.stuki/install.py
$ source <arquivo_bash>
ou reinicie o terminal
$ stuki
$ git clone https://github.com/PaulloClara/stuki.git
$ cd stuki
$ python -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt
$ git update-index --assume-unchanged src/store/file/bd.sqlite
$ source .env/bin/activate
$ deactivate
$ python -B run.py --dev
$ python -B run.py --test
$ cxfreeze run.py --target-dir dist