diff --git a/changelog.d/62.doc.md b/changelog.d/62.doc.md new file mode 100644 index 0000000..a3665d1 --- /dev/null +++ b/changelog.d/62.doc.md @@ -0,0 +1 @@ +Add note about installation of example extras dependencies diff --git a/docs/examples.rst b/docs/examples.rst index 26ae691..a874f0b 100644 --- a/docs/examples.rst +++ b/docs/examples.rst @@ -1,7 +1,8 @@ Examples ^^^^^^^^ -Here are some ways you can use this library in your own bot. Make sure to adjust it to your own bot's needs. +Here are some ways you can use this library in your own bot. Make sure to adjust it to your own bot's needs. +If you wish to run these examples locally, please install the examples extras via ``python3 -m pip install discord-ext-ipcx[examples]``. For GitHub based examples, please see the `examples directory `_ Basic IPC