File tree 2 files changed +6
-2
lines changed 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,9 @@ import requests
37
37
* MacOS & Windows: For now this only works with pure Python modules unless running serverless on the same architeture as AWS (x86_64 Linux).
38
38
* if using the `package` directive in `serverless.yml` ensure that `.requirements` and `requirements.py` are included.
39
39
40
+
41
+ # # Manual invocations
42
+
43
+ The `.requirements` and `requirements.py` files are left behind to simplify
44
+ development. To clean them up, run `sls requirements clean`. You can also
45
+ install them manually for local development with `sls requirements install`.
Original file line number Diff line number Diff line change @@ -79,8 +79,6 @@ class ServerlessPythonRequirements {
79
79
'clean' ,
80
80
] ,
81
81
} ,
82
- } ,
83
- commands : {
84
82
'install' : {
85
83
usage : 'install requirements manually' ,
86
84
lifecycleEvents : [
You can’t perform that action at this time.
0 commit comments