Skip to content

Commit

Permalink
INSTALL.md: Verbose information about sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
sils committed Feb 3, 2015
1 parent c6e02c4 commit acf9af9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit acf9af9

Please sign in to comment.