Skip to content

Commit

Permalink
Added missing documenation about the requirement to install packaging…
Browse files Browse the repository at this point in the history
… module in README.md (#4)

Co-authored-by: Thomas Meckel <[email protected]>
  • Loading branch information
tmeckel and tmeckel authored Jun 4, 2023
1 parent 3b73b93 commit 02321b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ Learn about the concepts behind [Pulumi Packages](https://www.pulumi.com/docs/gu

* Python version `>= 3.7`

* Packaging module `>= 19.0`

* Cookiecutter version `>= 2.1`

To create a new Pulumi provider using this template, Cookiecutter must be
Expand All @@ -42,7 +44,7 @@ Learn about the concepts behind [Pulumi Packages](https://www.pulumi.com/docs/gu
1. `python3 -m venv vcoockiecutter`
1. `source vcoockiecutter/bin/activate`
1. `python -m pip install -U pip`
1. `python -m pip install cookiecutter`
1. `python -m pip install cookiecutter packaging`

### Creating a new provider

Expand Down

0 comments on commit 02321b4

Please sign in to comment.