Skip to content

Commit 991fd9f

Browse files
authored
Update README.md
1 parent 401ec2b commit 991fd9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ A Serverless v1.x plugin to automatically bundle dependencies from
1717
sls plugin install -n serverless-python-requirements
1818
```
1919

20+
This will automatically add the plugin to your project's `package.json` and the plugins section of its
21+
`serverless.yml`. That's all that's needed for basic use! The plugin will now bundle your python
22+
dependencies specified in your `requirements.txt` or `Pipfile` when you run `sls deploy`.
23+
2024
[:apple::beer::snake: Mac Brew installed Python notes](#applebeersnake-mac-brew-installed-python-notes)
2125

2226
## Intro Guide

0 commit comments

Comments
 (0)