fix: README typo
This commit is contained in:
parent
2cc62475a1
commit
4f38b86583
|
@ -17,13 +17,12 @@
|
||||||
|
|
||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
Clone the repository :
|
|
||||||
|
|
||||||
Install Poetry:
|
Install Poetry:
|
||||||
```bash
|
```bash
|
||||||
curl -sSL https://install.python-poetry.org | python3 -
|
curl -sSL https://install.python-poetry.org | python3 -
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Clone the repository :
|
||||||
```bash
|
```bash
|
||||||
git clone git@git.inpt.fr:tocard-inc/enseeiht/projet-classification.git
|
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.
|
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
|
```bash
|
||||||
python3 src/main.py
|
python3 src/main.py
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in a new issue