Loading README.md +9 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,15 @@ Some highlights from `pyGARDEN`: * This package contains an extensible `Database` metaclass with a generic query function that is usable out of the box. * Everything is configurable with environmental variables -- including email sending, logging, and database connections. * ## Installation ### Installation via `uv` Run the following command in the `src/` directory: `uv init && uv pip install -e ".[dev,cli,postgres]` Replace the above extras with the extras of your choice. ### Installation via pip Loading Loading
README.md +9 −1 Original line number Diff line number Diff line Loading @@ -8,7 +8,15 @@ Some highlights from `pyGARDEN`: * This package contains an extensible `Database` metaclass with a generic query function that is usable out of the box. * Everything is configurable with environmental variables -- including email sending, logging, and database connections. * ## Installation ### Installation via `uv` Run the following command in the `src/` directory: `uv init && uv pip install -e ".[dev,cli,postgres]` Replace the above extras with the extras of your choice. ### Installation via pip Loading