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" +```