From 27b327a0a4b27b42f59bb5259fb91778609a11f4 Mon Sep 17 00:00:00 2001 From: Frank Sauerburger <frank@sauerburger.com> Date: Tue, 8 Aug 2017 10:53:26 +0200 Subject: [PATCH] Add magic tag to execute install code Add the magic tag before the installation snipped, such that doxec can execute it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9042607..99fb0c0 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ additional packages `numpy`, `scipy` and `matplotlib` are useful for data analysis and data presentation. To install all the packages on Ubuntu, you can run the following command line. +<!-- console --> ```bash $ sudo apt-get update $ sudo apt-get install -y python3 python3-pip -- GitLab