1
Fork 0
mirror of https://github.com/RGBCube/VReplBot synced 2025-07-27 00:17:46 +00:00

Add shell scripts to install

This commit is contained in:
RGBCube 2023-01-30 20:23:10 +03:00
parent 80ec2b9d9e
commit 254eaf34a7
3 changed files with 8 additions and 0 deletions

4
install.sh Normal file
View file

@ -0,0 +1,4 @@
#!/bin/bash
python3 -m pip install -U poetry
python3 -m poetry install