@@ -13,21 +13,21 @@ plugin with a predefined Matrix account.
1313## Basic usage
1414
15150 . Set up a virtual environment.
16- 1 . Create with ` virtualenv -p /usr/bin/python3 .venv `
17- 2 . Activate with ` source .venv/bin/activate `
16+ 1 . Create with ` virtualenv -p /usr/bin/python3 .venv `
17+ 2 . Activate with ` source .venv/bin/activate `
18181 . Install maubot into the virtualenv with ` pip install --upgrade maubot[all] `
19- * ` [all] ` at the end will install all optional dependencies!
20- The e2ee optional dependency requires libolm3 to be installed natively.
21- * Alternatively install the latest git version with
22- ` pip install --upgrade git+https://github.com/maubot/maubot.git#egg=maubot[all] `
19+ * ` [all] ` at the end will install all optional dependencies!
20+ The e2ee optional dependency requires libolm3 to be installed natively.
21+ * Alternatively install the latest git version with
22+ ` pip install --upgrade git+https://github.com/maubot/maubot.git#egg=maubot[all] `
23232 . Extract the plugin you want to run into the directory
2424 (at least ` maubot.yaml ` and some Python modules should be there).
25253 . Install any dependencies that the plugin has into the virtualenv manually
2626 (they should be listed in ` maubot.yaml ` ).
27274 . Copy the [ standalone example config] to the same directory and fill it out.
28- * If the plugin has a config, you should copy the contents from the plugin's
29- ` base-config.yaml ` into the ` plugin_config ` object in the standalone config,
30- then fill it out as needed.
28+ * If the plugin has a config, you should copy the contents from the plugin's
29+ ` base-config.yaml ` into the ` plugin_config ` object in the standalone config,
30+ then fill it out as needed.
31315 . Run the bot with ` python -m maubot.standalone `
3232
3333[ standalone example config ] : https://github.com/maubot/maubot/blob/master/maubot/standalone/example-config.yaml
0 commit comments