From 8880e99724d00a85a181e3b6298b36da6c965999 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 17 Mar 2025 07:42:06 +0100 Subject: [PATCH] Update Introduktion --- Introduktion.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Introduktion.md b/Introduktion.md index bacda64..3aafe41 100644 --- a/Introduktion.md +++ b/Introduktion.md @@ -39,3 +39,9 @@ Det første modul, vi installerer, er pygame. ![PyGame-Installed](pygame_installed.png) ![pygame](pygame_logo.png) modulet er nu installeret, og klar til brug. + +Alle moduler installeres på samme måde. + +``` +> python -m pip install "modulnavn" +```