Commit 08d6aefd authored by Grant, Josh's avatar Grant, Josh
Browse files

fix entrypoitn

parent fb36c323
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ Some highlights from `pyGARDEN`:
## Installation

### Installation via `uv`
Run the following command in the `src/` directory:
If you have a `uv env`, you can run the following command in the `src/` directory:

`uv pip install -e ".[dev,cli,postgres]`

+1 −1
Original line number Diff line number Diff line
@@ -96,4 +96,4 @@ Source = "https://code.ornl.gov/nset-utilities/common-package"
packages = ['pygarden', 'pygarden.mixins', 'pygarden.scrapers', 'pygarden.cli']

[project.scripts]
common = "common.cli:common_cli"
common = "pyproject.cli:common_cli"