Skip to content

Commit 01c1fb1

Browse files
authored
Update README.md
1 parent 991fd9f commit 01c1fb1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ This will automatically add the plugin to your project's `package.json` and the
2121
`serverless.yml`. That's all that's needed for basic use! The plugin will now bundle your python
2222
dependencies specified in your `requirements.txt` or `Pipfile` when you run `sls deploy`.
2323

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.
2528

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/)
2829

2930
## Cross compiling!
3031
Compiling non-pure-Python modules or fetching their manylinux wheels is

0 commit comments

Comments
 (0)