We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b663c7b commit 8e0a2e3Copy full SHA for 8e0a2e3
README.md
@@ -34,11 +34,10 @@ custom:
34
```
35
This must be the full image name and tag to use, including the runtime specific tag if applicable.
36
37
-## Experimental Pipenv support :sparkles::cake::sparkles:
+## Pipenv support :sparkles::cake::sparkles:
38
If you include a `Pipfile` and have `pipenv` installed instead of a
39
-`requirements.txt` this will use `pipenv` to install your requirements and link
40
-them. It doesn't currently work with either the `zip` or `dockerizePip`
41
-options.
+`requirements.txt` this will use `pipenv lock --r` to generate
+them. It is fully compatible with all options such as `zip` and `dockerizePip`.
42
43
44
## Dealing with Lambda's size limitations
0 commit comments