From 6baaf18dc16e5630430d0d17c96ca1e5481aa775 Mon Sep 17 00:00:00 2001 From: rdbende Date: Wed, 29 Nov 2023 17:49:47 +0100 Subject: [PATCH] Better section titles --- DEVELOPMENT.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 10de59d7..1b3e1508 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -63,7 +63,7 @@ sudo dnf install\ ``` -### Obtain the source code +### Source code ```console git clone https://github.com/geigi/cozy.git @@ -71,7 +71,7 @@ cd cozy ``` -### Set up Python +### Python packages > [!TIP] > It is generally a good idea to set up a virtual environment for Python projects. It creates an isolated environment where packages can be installed without creating conflicts with other packages installed system-wide.