Skip to content

Commit

Permalink
update and audit npm packages
Browse files Browse the repository at this point in the history
add .node-version file
  • Loading branch information
aymanizz committed May 21, 2024
1 parent b435a0d commit c0566b9
Show file tree
Hide file tree
Showing 3 changed files with 12,888 additions and 5,575 deletions.
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11
3.11
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ This API exposes the following endpoints:
## Getting started

1. Install serverless CLI using `npm install -g serverless`.
2. Install serverless plugins defined in this package by running `npm install`.
2. Install serverless plugins defined in this package by running `npm install`
preferably with the node version specified in `.node-version`.
3. **RECOMMENDED** create a new virtual environment preferably using the python version
specified in `.python-version` file, venv can be used to do so `python -m venv .venv`
(you can change `.venv` with any path you want), and then activate it `source .venv/bin/activate`.
Expand Down
Loading

0 comments on commit c0566b9

Please sign in to comment.