# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1685444656 -3600
#      Tue May 30 12:04:16 2023 +0100
# Node ID 29ca11baf516438d8d64caf6db4ac7348abad982
# Parent  8b4005c255463c944fcfd2d224da87d3da7bb4eb
setup-base-dir: document a function

diff --git a/suites/hg/scheduling/setup-base-dir b/suites/hg/scheduling/setup-base-dir
--- a/suites/hg/scheduling/setup-base-dir
+++ b/suites/hg/scheduling/setup-base-dir
@@ -18,6 +18,7 @@
 
 
 def install_poulpe():
+    """setup a venv and install poulpe in it"""
     print("Installing poulpe (editable) into a new venv")
     install_venv = ["/usr/bin/env", "python3", "-m", "venv", ".venv"]
     update_pip = [