From acf9af9f69b8ba20436963a3d8ad2683dbefd846 Mon Sep 17 00:00:00 2001 From: Lasse Schuirmann Date: Tue, 3 Feb 2015 15:45:39 +0100 Subject: [PATCH] INSTALL.md: Verbose information about sudo --- INSTALL.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 91b3378003..e7dd45b71a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -20,13 +20,18 @@ us so we will speed up development of our voice output module. coala ----- coala can be installed afterwards by executing the file setup.py through -the python interpreter (root access necessary): +the python interpreter: ```python3 setup.py install``` You will have coala installed into your python scripts directory. On an unixoid system it is probably already available on your command line globally. +Note that the usual installation requires root access. On an unixoid system +(Mac, Linux) this can be achieved by using `sudo`: + +```sudo python3 setup.py install``` + ### Alternate installation If you want to install coala to an alternate location you can e.g. call