Sopel#
Resources#
creating new sopel venv#
These instructions are really only applicable to myself. Referring to these docs for your own use is not advisable (or helpful at all, really).
- Install pyenv
- Make a folder for the venv
- In the folder created above, run:
python -m venv .
- Run
source bin/activate
- Install packages with
pip
: - Make edits to core
sopel
files ifv7.x
- Install edited custom
sopel-weather
From this point, just copy previous sopel
folder into the new venv
and
should basically be good to go. Adjust services in /usr/lib/systemd/system/
as needed.