diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -6,3 +6,16 @@ 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 +``` |
