Add TODO condition in notes.md, for tomorrow

This commit is contained in:
flyingscorpio@arch-desktop 2020-04-19 23:13:36 +02:00
parent 4acf196dcc
commit 89472412a1

View file

@ -1,9 +1,15 @@
# TODO:
Add condition management to put in yml file and to be passed to the relevant function. If condition is True, the function is allowed to run, otherwise the function is skipped.
# `requirements.txt`
* cli-ui -> build user interface in the terminal
* colorama -> dependency of cli-ui
* unidecode -> dependency of cli-ui
* ruamel.yaml -> load and dump yaml with python
* path -> create path objects (alternative to os.path)
* path -> create path objects (alternative to os.path)
# `bootstrap.sh`
* installs pip