added virtual env command

This commit is contained in:
Faraphel 2024-01-02 14:28:38 +01:00
parent 12617346d7
commit ca21da9f7a

View file

@ -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 : 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`) - 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). Or download one of the build in the [releases page](https://github.com/Faraphel/M1-Recherche/releases).