From 4f38b86583763767177a535a523103b785144eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Mon, 21 Mar 2022 18:33:35 +0100 Subject: [PATCH] fix: README typo --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2eba1f5..2a639f5 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,12 @@ ### Installation -Clone the repository : - Install Poetry: ```bash curl -sSL https://install.python-poetry.org | python3 - ``` +Clone the repository : ```bash git clone git@git.inpt.fr:tocard-inc/enseeiht/projet-classification.git ``` @@ -40,8 +39,7 @@ poetry install Plug your android phone to your computer, ensure adb detects it and that you've granted the permission to your computer. -To run the database generator - +To run the database generator : ```bash python3 src/main.py ```