From f756a0be83cb6b18578ae3f7dc6fd730bff18f91 Mon Sep 17 00:00:00 2001 From: Ron Date: Thu, 25 Jul 2024 08:54:31 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cfb2804..47efa00 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ pip3 install shellrecharge To create a development environment to commit code. ``` +python3 -m venv .venv +source .venv/bin/activate pip3 install pdm pip3 install ruff pdm init