diff --git a/README.md b/README.md index 8c74f8a..b3201ba 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,15 @@ Dreadnode command line interface. ### With Poetry: +This project is packaged for and meant to be used with the [Poetry package management tool](https://python-poetry.org/). + +To install the project dependencies: + ```bash poetry install ``` -Then enter the poetry shell: +And then enter its shell: ```bash poetry shell @@ -16,6 +20,8 @@ poetry shell ### With Docker: +Alternatively, you can build a docker image and run the CLI from a container: + ```bash docker build -t dreadnode . ```