Data Scicence Practice and Experiments Project Setup This project uses Pyenv and Poetry to manage the dependencies and environment. Install and set up pyenv Install and set up Poetry Install dependencies with poetry install Add new dependencies with poetry add <package> (or remove them with poetry remove <package>) Open the project folder in VS Code and add the .venv folder as a Python env