diff --git a/.run/mobt start -m R,F b.run.xml b/.run/mobt start -m R,F b.run.xml new file mode 100644 index 0000000..43221e1 --- /dev/null +++ b/.run/mobt start -m R,F b.run.xml @@ -0,0 +1,26 @@ + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 418487c..0a038f0 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,14 @@ Here's an example of the output of the `done` command: ![Example of mobt done output](https://raw.githubusercontent.com/stavarengo/mob-tool/main/docs/done-output.png) +## Development Setup + +To set up the development environment, follow these steps: +- Clone the repository +- Create a virtual environment with `python -m venv venv`. +- Install the app from the local repository with `pip install -e .` + + ## FAQ ### What happens if one of the Git commands fails?