We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 401ec2b commit 991fd9fCopy full SHA for 991fd9f
README.md
@@ -17,6 +17,10 @@ A Serverless v1.x plugin to automatically bundle dependencies from
17
sls plugin install -n serverless-python-requirements
18
```
19
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
+
24
[:apple::beer::snake: Mac Brew installed Python notes](#applebeersnake-mac-brew-installed-python-notes)
25
26
## Intro Guide
0 commit comments