diff --git a/notes.md b/notes.md index 49a7ef0..a974339 100644 --- a/notes.md +++ b/notes.md @@ -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