Updated the README
This commit is contained in:
parent
6cf6171e2b
commit
e877350039
@ -26,12 +26,11 @@ To run the projet you need the following requirements:
|
|||||||
## Running the project 🚀
|
## Running the project 🚀
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python -m venv .venv
|
$ python -m venv .venv
|
||||||
source .venv/bin/activate
|
$ source .venv/bin/activate
|
||||||
pip install requirements.txt
|
$ pip install requirements.txt
|
||||||
|
|
||||||
python train.py # If you want to train your own model
|
$ python main.py
|
||||||
python main.py
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Development 🔨
|
## Development 🔨
|
||||||
|
Loading…
x
Reference in New Issue
Block a user