Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 221 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 221 Bytes

Introduction

zipy is a toolbox for usual python development

Development

Prerequisite

  • install poetry

Build dev environment

cd <path-to-project>

poetry install

poetry env use 3.10

pre-commit install