From 547028895c6ff8df90f4bc6a9d963886372b935d Mon Sep 17 00:00:00 2001 From: Victor Zimmermann <zimmermann@cl.uni-heidelberg.de> Date: Thu, 26 Jul 2018 14:22:56 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a91388..ceb55d4 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ of Python may require manual changes in the code to run certain modules provided in this repository. ``` +THIS_DIR=$(dirname "${BASH_SOURCE[0]}") + cd kernseife python3.6 -m venv env -- GitLab