Skip to content

Commit 10bace2

Browse files
authored
Update installation.md
1 parent eb4a259 commit 10bace2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

documentation/installation.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# Installation
22
## Requirements
3-
Windows or Linux (Preferably) windows <br>
3+
Windows or Unix (Preferably) windows <br>
44
For Linux spesific install see this page: https://github.com/hsamuelson/interOp/blob/master/documentation/linux.md
55
The easiest way of setting up is to download the newest binary from the Releases page. Otherwise you will need to point the main interpreter to a version of R yourself.
66
## Download and Install Languages
7-
It is a requirement (with the exception of the R language) that all programming languages be in your %PATH%. (Whenever installing a new language, there is always an option to add it to the path).
7+
It is a requirement (with the exception of the R language) that all programming languages be in your %PATH%. (Whenever installing a new language, there is always an option to add it to the path). <br>
8+
If the languages are not added to your path please change the default path in ```paths.csv``` to the correct path the main executable. If the langauge is already added to the path it's path in ```paths.csv``` should be the name of the language, for example ```pyhon```.
89
<br>
910
Find the recommended versions here:<br>
1011
node.js: https://nodejs.org/en/download/ <br>

0 commit comments

Comments
 (0)