Skip to content

Commit

Permalink
docs: clearer info about poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
evilsocket committed Nov 13, 2024
1 parent 5432eba commit a650b03
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,24 @@ 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
```

### With Docker:

Alternatively, you can build a docker image and run the CLI from a container:

```bash
docker build -t dreadnode .
```
Expand Down

0 comments on commit a650b03

Please sign in to comment.