aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Python.wiki8
1 files changed, 8 insertions, 0 deletions
diff --git a/Python.wiki b/Python.wiki
index 4921020..a53916b 100644
--- a/Python.wiki
+++ b/Python.wiki
@@ -70,3 +70,11 @@ x = 10
print('Importing b')
x = 20
}}}
+
+
+--------------------------------------------------
+
+{{{
+python -m venv .venv --prompt {project-name}
+pip install .
+}}}