From ca21da9f7a68f5bcec010712ce332eb44bc2789d Mon Sep 17 00:00:00 2001 From: Faraphel Date: Tue, 2 Jan 2024 14:28:38 +0100 Subject: [PATCH] added virtual env command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf3b52d..30c696d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This run with the [PyQt6](https://www.riverbankcomputing.com/software/pyqt/) and To install the projet, you will need to install : -- Python >= 3.11 (preferably in a virtual environment) +- Python >= 3.11 (preferably in a virtual environment with `python3 -m venv ./.venv/`) - Python dependencies (`python3 -m pip install -r ./requirements.txt`) Or download one of the build in the [releases page](https://github.com/Faraphel/M1-Recherche/releases).