Skip to content

Commit

Permalink
Move to Poetry
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed May 6, 2024
1 parent 5f15fdb commit f5ca57d
Show file tree
Hide file tree
Showing 5 changed files with 1,132 additions and 94 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ The utilities can be used as part of larger management applications, or be used

### Building from Source

```
python setup.py sdist
pip install dist/redfish_utilities-x.x.x.tar.gz
```
`pip install .`

### Building Docker

Expand Down Expand Up @@ -76,6 +73,10 @@ You may install the external modules by running:
* [Raw Request (rf_raw_request.py)](https://github.com/DMTF/Redfish-Tacklebox/blob/main/docs/rf_raw_request.md)
* [Test Event Listener (rf_test_event_listener.py)](https://github.com/DMTF/Redfish-Tacklebox/blob/main/docs/rf_test_event_listener.md)

## Packaging

This project uses [poetry](https://python-poetry.org/) to manage dependencies, build, etc.

## Release Process

1. Go to the "Actions" page
Expand Down
Loading

0 comments on commit f5ca57d

Please sign in to comment.