From 819530d6e58b7423ccf5a3a38d0c71eea1c1aa2a Mon Sep 17 00:00:00 2001 From: Razvan Pricop <22615594+RazorBest@users.noreply.github.com> Date: Sat, 17 Feb 2024 21:44:45 +0200 Subject: [PATCH] doc: replace python3 with python in code --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eb1020..27fe2db 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ To get started you need to make sure you have Google Chrome installed, or a simi To install, you can either: ``` git clone https://github.com/RazorBest/erpeto && cd erpeto -python3 -m pip install -r requirements.txt +pip install -r requirements.txt ``` or: ``` @@ -39,7 +39,7 @@ pip install git+https://github.com/RazorBest/erpeto.git To run from repository: ``` -python3 main.py --help +python main.py --help ``` Or, if installed via pip, you can use the `erpeto` command: ```