fix: README typo

This commit is contained in:
Laureηt 2022-03-21 18:33:35 +01:00
parent 2cc62475a1
commit 4f38b86583
No known key found for this signature in database
GPG key ID: D88C6B294FD40994

View file

@ -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
```