From d3661357cc2657750ea7a94ab9228100b4c3013a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 22 May 2024 17:09:15 +0200 Subject: ons 22 maj 2024 17:09:10 CEST --- Python.wiki | 8 ++++++++ 1 file changed, 8 insertions(+) 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 . +}}} -- cgit v1.2.3