Commit c3fd2ebe authored by Grant, Josh's avatar Grant, Josh
Browse files

update README

parent f75c7ac8
Loading
Loading
Loading
Loading
+9 −1
Original line number Diff line number Diff line
@@ -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