Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 488 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 488 Bytes

Data Scicence Practice and Experiments

Project Setup

This project uses Pyenv and Poetry to manage the dependencies and environment.

  1. Install and set up pyenv
  2. Install and set up Poetry
  3. Install dependencies with poetry install
  4. Add new dependencies with poetry add <package> (or remove them with poetry remove <package>)
  5. Open the project folder in VS Code and add the .venv folder as a Python env