update README.md

This commit is contained in:
yannis-mlgrn 2024-05-01 19:36:59 +02:00
parent 148aa63f47
commit b508da62f2
Signed by: yannis-mlgrn
GPG Key ID: 337BBA9B2228CD40

View File

@ -2,6 +2,7 @@
## How run the project ?
### install for run :
Clone the project :
~~~
@ -15,11 +16,30 @@ Downloads dependencies and create a virtual environement
~~~
poetry install
~~~
Run the virtual pad with :
Run the virtual pad with :
~~~
poetry run jacovirt pad
~~~
Run the virtual bot with :
Run the virtual bot with :
~~~
poetry run jacovirt bot
~~~
### install for dev :
Clone the project :
~~~
git clone https://git.afpy.org/MDL29/JacoBot.git
~~~
Go in the folder of project then in the virtual pad folder
~~~
cd Jacobot/jacovirt
~~~
Downloads dependencies and create a virtual environement
~~~
poetry install --with dev
~~~
install pre-commit hooks
~~~
poetry run pre-commit install
~~~