diff --git a/doc/source/install/development.rst b/doc/source/install/development.rst index 1e7a9296..a4da1a2d 100644 --- a/doc/source/install/development.rst +++ b/doc/source/install/development.rst @@ -185,7 +185,7 @@ file is already set up to enable notifications. To run the workers so that notifications are actually created, use tox in the root of the ``storyboard`` repository:: - tox -e storyboard-worker-daemon --config-file ./docker/storyboard.conf + tox -e venv -- storyboard-worker-daemon --config-file ./docker/storyboard.conf This will start 5 workers to listen for events and create any relevant notifications. @@ -426,7 +426,7 @@ in the root of the ``storyboard`` repository:: To run the workers so that notifications are actually created, use tox in the root of the ``storyboard`` repository:: - tox -e storyboard-worker-daemon --config-file ./etc/storyboard.conf + tox -e venv -- storyboard-worker-daemon --config-file ./etc/storyboard.conf This will start 5 workers to listen for events and create any relevant notifications.