Skip to content

Commit

Permalink
update with versioning command
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Oct 17, 2024
1 parent 69e5450 commit 2e1191d
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,15 @@ To start a new development environment, click the button for "Code" in the upper
If you are running locally, you will need to install [cdk](https://docs.aws.amazon.com/cdk/v2/guide/getting_started.html) and [poetry](https://python-poetry.org/docs/#installation).

### Poetry set up
If you're running locally, you can install the Python requirements with Poetry:
If you're running locally, you can install the Python requirements with Poetry.

To setup versioning

```
poetry self add "poetry-dynamic-versioning[plugin]"
```

To install without the extras

```
poetry install
Expand Down

0 comments on commit 2e1191d

Please sign in to comment.