Fix example instructions

This commit is contained in:
Yeicor
2024-04-28 13:31:37 +02:00
committed by GitHub
parent a385ff9cb5
commit 3539918b12

View File

@@ -3,13 +3,12 @@
## Installation ## Installation
1. Download the contents of this folder. 1. Download the contents of this folder.
2. Assuming you have a recent version of Python installed, install the required packages: 2. Assuming you have a recent version of Python 3 installed, install the required packages:
```bash ```bash
python -m venv venv python -m venv venv
. venv/bin/activate # Execute this line every time you change the terminal
pip install -r requirements.txt pip install -r requirements.txt
# Do this every time you change the terminal:
. venv/bin/activate
``` ```
## Usage ## Usage