From 5532842c215a15193053acb80b70b81582d9fc8a Mon Sep 17 00:00:00 2001 From: Q Date: Sat, 18 Mar 2023 14:30:45 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9ECONTRIBUTING.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fbfe352..9f8db00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ ### Backend -1. Install `python>=3.8 python3-dev g++ ` +1. Install `python>=3.8 python3-dev g++` 2. Create a virtual environment with `python3 -m venv .venv` 3. Activate your dev environment with `source .venv/bin/activate` 4. Update pip packages with `pip install -U pip setuptools wheel`