From 4ca7f7694b2b099a8e40639c79680ace0514feb6 Mon Sep 17 00:00:00 2001 From: Andrew McCluskey Date: Mon, 16 Sep 2019 16:20:18 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6063f2e5c..b0870d860 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ For help of how to use the command line/terminal, click the hyperlink correspond * macOS: in a normal terminal run `/Applications/MantidPlot.app/Contents/MacOS/mantidpython` #### For macOS only #### 6. On the mantidpython terminal, run the following IPython command: - - `!/usr/bin/python -m pip install docutils==0.12 --user` + - `!pip install docutils==0.12 --user` The above step is done to ensure that the compatible version of docutils packages (version 0.12) is installed.