From c3747cbdf983cd4c4b9f3a4957b5a814c4a62e74 Mon Sep 17 00:00:00 2001 From: truemiller <31908788+truemiller@users.noreply.github.com> Date: Mon, 27 May 2024 11:38:21 +0100 Subject: [PATCH] chore: Update README.md with package manager information --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00141b22..8eb3551a 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,8 @@ nvm use --lts

Yarn

+Yarn is the package manager used for dependency management of the Electron app and NextJS frontend. + ```bash npm install --global yarn ``` @@ -105,6 +107,8 @@ brew install pipx

Poetry

+Poetry is used on the backend to install and manage dependencies, and create a virtual environment for the backend API. + ```bash pipx install poetry ```