Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md to confirm it works with python 3.7 and 3.8 and make the dir to paste into more specific #64

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ Just copy the psycopg2 directory into your AWS Lambda zip package.
#### Python 3.6
Just copy the psycopg2-3.6 directory into your AWS Lambda project and rename it to psycopg2 before creating your AWS Lambda zip package.

This applies to Python 3.7 and 3.8 too with their respective builds. For example, if you are using it with virtualenv, delete psycopg2 from the venv/lib/python3.8/site-packages and place the psycopg2-3.8 in the same dir before renaming back to psycopg2.

### Instructions on compiling this package from scratch

Here was the process that was used to build this package. You will need to
Expand Down