From 6b948bbf4c8579b4af1dc819257c7f321e1200bc Mon Sep 17 00:00:00 2001 From: seth Date: Sun, 8 Jan 2023 21:35:24 -0500 Subject: docs: add dev setup instructions --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 5d16894..e687d63 100644 --- a/README.md +++ b/README.md @@ -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 +``` -- cgit v1.2.3