X-Git-Url: http://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=doc%2Fsource%2Frtbl.rst;fp=doc%2Fsource%2Frtbl.rst;h=7ff5260bbc78b6a3b2fb93d9202c27a6d9c5f7ab;hp=b8f34fcdc48cd3112744381eef253c5a128ed859;hb=c281f75f61e8d661c4173f0d4809e82e4cd8100b;hpb=b32d7a8cb7b1bd5cd16e461d14ed94891b93014f diff --git a/doc/source/rtbl.rst b/doc/source/rtbl.rst index b8f34fc..7ff5260 100644 --- a/doc/source/rtbl.rst +++ b/doc/source/rtbl.rst @@ -5,12 +5,13 @@ The real time block list plugin can be used easily calling the module: .. code:: bash + # Fetch the code + git clone -b dev https://gitlab.com/kaliko/sid.git + cd sid # Create the virtual env python3 -m venv --prompt "rtbl-bot" venv . ./venv/bin/activate pip install -U pip wheel slixmpp==1.8.3 - # Fetch the code - git clone -b dev https://gitlab.com/kaliko/sid.git # Smoke test python3 -m sid.rtbl --help