1 parent 402a076 commit 758ef7dCopy full SHA for 758ef7d
1 file changed
CONTRIBUTING.md
@@ -5,14 +5,15 @@
5
* python3.9
6
* [Poetry](https://python-poetry.org/docs/#installation)
7
8
-## Development Setup
+## Commands
9
10
* `poetry install` - install all dependencies.
11
* `poetry run task dev` - run code from the source.
12
-* `poetry run task build` - create build zip at `./build/certbot-lambda.zip`
13
-* `poetry run task test` - run created zip at `./build/certbot-lambda.zip`
+* `poetry run task build` - create build zip at `./dist/certbot-lambda.zip`.
+* `poetry run task test` - run created zip at `./dist/certbot-lambda.zip`.
14
+* `poetry run task prettify` - prettify code using `black`.
15
-## Dev configuration
16
+## Configuration
17
18
You can create `.env` file and store all ENV variables that will be loaded on execution.
19
0 commit comments