You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/installation.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,11 @@
1
1
# Installation
2
2
## Requirements
3
-
Windows or Linux (Preferably) windows <br>
3
+
Windows or Unix (Preferably) windows <br>
4
4
For Linux spesific install see this page: https://github.com/hsamuelson/interOp/blob/master/documentation/linux.md
5
5
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.
6
6
## 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```.
0 commit comments