aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2024-05-22 17:09:15 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2024-05-22 17:09:15 +0200
commitd3661357cc2657750ea7a94ab9228100b4c3013a (patch)
tree36ea1a7470e588e3c14da85c47e8f8a6beeba6a8
parenttor 2 maj 2024 21:02:40 CEST (diff)
downloadwiki-public-d3661357cc2657750ea7a94ab9228100b4c3013a.tar.gz
wiki-public-d3661357cc2657750ea7a94ab9228100b4c3013a.tar.xz
ons 22 maj 2024 17:09:10 CEST
-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 .
+}}}