Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 553 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 553 Bytes

📑 Data Science Template

Quick Start

# 👇 Install the template
pip install ds-template

# 🚀 Create a brand new project
putup --ds-template my_awesome_project

How to use

conda create --prefix .venv python=3.10
conda activate ./.env

conda install conda-forge::poetry==1.8.3

poetry install
# 👇 Pre Commit
pre-commit install &&
    pre-commit autoupdate &&
    pre-commit run -a -v

How can I install this project while developing it?

poetry build
pip install dist/ds-template-0.1.0.tar.gz