diff --git a/README.md b/README.md index f68802e..b5ef669 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,9 @@ Lancer, avec une version Python >= 3.10 : ```shell +cd /tmp git clone https://git.interhacker.space/protonphoton/yiking +cd yiking python3 -m venv .venv source .venv/bin/activate pip3 install -r requirements.txt