From 8321f32ece02a2ae708c1c283fad76a86b96502b Mon Sep 17 00:00:00 2001 From: Timo Koch <timokoch@math.uio.no> Date: Mon, 3 Apr 2023 01:40:13 +0200 Subject: [PATCH] [slides][python] Fixup --- slides/python.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/slides/python.md b/slides/python.md index 63cac18d..b94a271d 100644 --- a/slides/python.md +++ b/slides/python.md @@ -15,7 +15,10 @@ title: Python bindings * Enabled and built by default! * `dune-common` configures a [Python virtual environment](https://docs.python.org/3/library/venv.html) (`dune-common/build-cmake/dune-env`) * Automatically created and set up when running `dunecontrol` -* To activate: `source dune-common/build-cmake/dune-env/bin/activate` +* To activate: + ```sh + source dune-common/build-cmake/dune-env/bin/activate + ``` ## Configuration -- GitLab