Improve readme for JacoVirt Python project #12

MDL29/JacoBot#12
This commit is contained in:
Romain 2024-04-24 15:40:57 +02:00
parent b5000a668d
commit d9b25436e9

View File

@ -1 +1,25 @@
# JacoVirt
## How run the project ?
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
~~~
Run the virtual pad with :
~~~
poetry run jacovirt-pad
~~~
Run the virtual bot with :
~~~
poetry run jacovirt-bot
~~~