„CONTRIBUTING.md“ ändern

Q 2023-03-18 14:30:45 +00:00
parent ef06e3853e
commit 5532842c21
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
### Backend ### 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` 2. Create a virtual environment with `python3 -m venv .venv`
3. Activate your dev environment with `source .venv/bin/activate` 3. Activate your dev environment with `source .venv/bin/activate`
4. Update pip packages with `pip install -U pip setuptools wheel` 4. Update pip packages with `pip install -U pip setuptools wheel`