research-mind is a library with different scripts, utils, services and functions useful when doing research.
- pipx -> Tool that enables the installation and execution of python applications in isolated environments.
- poetry -> Tool for dependency management and packaging in Python, allowing to to declare the libraries the project depends on and will manage (install / update) them automatically without involving a developer.