File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,11 @@ This will automatically add the plugin to your project's `package.json` and the
21
21
` serverless.yml ` . That's all that's needed for basic use! The plugin will now bundle your python
22
22
dependencies specified in your ` requirements.txt ` or ` Pipfile ` when you run ` sls deploy ` .
23
23
24
- [ :apple ::beer ::snake : Mac Brew installed Python notes] ( #applebeersnake-mac-brew-installed-python-notes )
24
+ For a more in depth introduction on how to user this plugin, check out
25
+ [ this post on the Serverless Blog] ( https://serverless.com/blog/serverless-python-packaging/ )
26
+
27
+ If you're on a mac, check out [ these notes] ( #applebeersnake-mac-brew-installed-python-notes ) about using python installed by brew.
25
28
26
- ## Intro Guide
27
- For an introduction on how to user this plugin, check out [ this post on the Serverless Blog] ( https://serverless.com/blog/serverless-python-packaging/ )
28
29
29
30
## Cross compiling!
30
31
Compiling non-pure-Python modules or fetching their manylinux wheels is
You can’t perform that action at this time.
0 commit comments