Skip to content

Commit 8e0a2e3

Browse files
committed
pipenv fully supported!
1 parent b663c7b commit 8e0a2e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@ custom:
3434
```
3535
This must be the full image name and tag to use, including the runtime specific tag if applicable.
3636

37-
## Experimental Pipenv support :sparkles::cake::sparkles:
37+
## Pipenv support :sparkles::cake::sparkles:
3838
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.
39+
`requirements.txt` this will use `pipenv lock --r` to generate
40+
them. It is fully compatible with all options such as `zip` and `dockerizePip`.
4241

4342

4443
## Dealing with Lambda's size limitations

0 commit comments

Comments
 (0)