Skip to content

Commit 4120049

Browse files
committed
ws
1 parent 41bcf5d commit 4120049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ See https://nhsd-confluence.digital.nhs.uk/display/APM/Glossary.
7474
- `pyenv` manages multiple Python versions at the system level, allowing you to install and switch between different Python versions for different projects.
7575
- `direnv` automates the loading of environment variables and can auto-activate virtual environments (.venv) when entering a project directory, making workflows smoother.
7676
- `.venv` (created via python -m venv or poetry) is Python’s built-in tool for isolating dependencies per project, ensuring that packages don’t interfere with global Python packages.
77-
- `Poetry` is an all-in-one dependency and virtual environment manager that automatically creates a virtual environment (.venv), manages package installations, and locks dependencies (poetry.lock) for reproducibility, making it superior to using pip manually and it is used in all the lambda projects.
77+
- `Poetry` is an all-in-one dependency and virtual environment manager that automatically creates a virtual environment (.venv), manages package installations, and locks dependencies (poetry.lock) for reproducibility, making it superior to using pip manually and it is used in all the lambda projects.
7878

7979
## Project structure
8080
To support a modular and maintainable architecture, each Lambda function in this project is structured as a self-contained folder with its own dependencies, configuration, and environment.
@@ -209,7 +209,7 @@ The root (`immunisation-fhir-api`) should point to `/mnt/d/Source/immunisation-f
209209
210210
211211
## Verified commits
212-
Please note that this project requires that all commits are verified using a GPG key.
212+
Please note that this project requires that all commits are verified using a GPG key.
213213
To set up a GPG key please follow the instructions specified here:
214214
https://docs.github.com/en/authentication/managing-commit-signature-verification
215215

0 commit comments

Comments
 (0)