From 3539918b122e6332a1d670865a8639a66acf44f6 Mon Sep 17 00:00:00 2001 From: Yeicor <4929005+Yeicor@users.noreply.github.com> Date: Sun, 28 Apr 2024 13:31:37 +0200 Subject: [PATCH] Fix example instructions --- example/README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example/README.md b/example/README.md index c0cec5a..db16e43 100644 --- a/example/README.md +++ b/example/README.md @@ -3,13 +3,12 @@ ## Installation 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 python -m venv venv +. venv/bin/activate # Execute this line every time you change the terminal pip install -r requirements.txt -# Do this every time you change the terminal: -. venv/bin/activate ``` ## Usage