Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 464 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 464 Bytes

research-mind

research-mind is a library with different scripts, utils, services and functions useful when doing research.

Tools Used

  • 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.