Contributor Guide¶
Running from source¶
- Clone the repository
git clone https://github.com/moe-serifu-circle/moe-serifu-agent.git - Open a terminal and navigate to the location you cloned the repository to.
- Run
pipenv installandpipenv shellto install the python requirements and enter a virtual environment. - Run
python -m msato start the system. You should be greeted with the default prompt.
Plugin Development¶
[STUB]