Skip to content
Snippets Groups Projects
Commit 29ca11baf516 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

setup-base-dir: document a function

parent 8b4005c25546
No related branches found
No related tags found
No related merge requests found
......@@ -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 = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment