Skip to content

Commit

Permalink
docs: Update readme for python3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Stijn IJzermans committed Jan 9, 2024
1 parent e9f7338 commit a0d2e83
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@ Welcome, and thanks in advance for your help!
## Setup

Pre-Reqs:
* Python 3.7
* [poetry](https://python-poetry.org/docs/) (if you use multiple versions of Python be sure to install it with python 3.7)
* Perl (used in the tests)
* Node v14 or v16

- Python 3.9
- [poetry](https://python-poetry.org/docs/) (if you use multiple versions of Python be sure to install it with python 3.9)
- Perl (used in the tests)
- Node v14 or v16

Then, to begin development:

1. fork the repository
2. `npm install -g serverless@<VERSION>` (check the peer dependencies in the root `package.json` file for the version)
3. run `npm install` in its root folder
Expand Down

0 comments on commit a0d2e83

Please sign in to comment.