Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 564 Bytes

File metadata and controls

39 lines (29 loc) · 564 Bytes

{Repo Name}

Description of the repo.

Setup

Working with this repo as a library or a standalone repo.

Library

Install this repo as a library into an another project.

...with uv:

uv add git+https://github.com/EricApgar/template@<release-tag>

...with pip.

pip install git+https://github.com/EricApgar/template@<release-tag>

Repo

Run locally for development of this repo.
Install the dependencies into a virtual environment.

...with uv:

uv sync

...with pip:

pip install -r requirements.txt

Usage

...

Notes

...