mirror of
https://github.com/RGBCube/VReplBot
synced 2025-05-31 05:08:11 +00:00
Add shell scripts to install
This commit is contained in:
parent
80ec2b9d9e
commit
254eaf34a7
3 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -7,4 +7,5 @@
|
||||||
!*.py
|
!*.py
|
||||||
!*.example.json
|
!*.example.json
|
||||||
!*.md
|
!*.md
|
||||||
|
!*.sh
|
||||||
!*.toml
|
!*.toml
|
||||||
|
|
4
install.sh
Normal file
4
install.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
python3 -m pip install -U poetry
|
||||||
|
python3 -m poetry install
|
3
start.sh
Normal file
3
start.sh
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
python3 -m poetry run bot
|
Loading…
Add table
Add a link
Reference in a new issue