summaryrefslogtreecommitdiff
path: root/README.md
blob: e687d630fc3c43ea570d8845765218054b715b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# moyaiBot

what the fuck!!!!!!!!!!!!!! its a bot that does moyai things holy shitt!!!!!!!!
this is so crazy and silly and might be one of the coolest projects ever!!!!!!

-average person that finds out that moyai bot exists

-🗿


## dev setup

```shell
python -m venv .env
.\.env\Scripts\activate.ps1 # for powershell (windows)
source .env/bin/activate # for linux

pip install flit
flit install --deps=develop --only-deps
pre-commit install
```