Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
documentation:install:mac [2017/03/27 11:57] – Maurits W. Haverkort | documentation:install:mac [2019/02/21 08:34] (current) – Maurits W. Haverkort | ||
---|---|---|---|
Line 27: | Line 27: | ||
In order to run Quanty from the terminal you type Quanty followed by an enter. If you do so the program will place a small amount of text on your screen and then complain that it has nothing to do. If you want a real calculation you have to give Quanty a set of instructions as input. These are saved in text files and given as second argument in the terminal. For example you can type in the terminal: | In order to run Quanty from the terminal you type Quanty followed by an enter. If you do so the program will place a small amount of text on your screen and then complain that it has nothing to do. If you want a real calculation you have to give Quanty a set of instructions as input. These are saved in text files and given as second argument in the terminal. For example you can type in the terminal: | ||
### | ### | ||
+ | |||
### | ### | ||
echo ' | echo ' | ||
+ | ### | ||
+ | |||
### | ### | ||
and then: | and then: | ||
Line 35: | Line 38: | ||
Quanty MyFirstQuantyProgram.Quanty | Quanty MyFirstQuantyProgram.Quanty | ||
### | ### | ||
+ | |||
+ | ### | ||
+ | In order to do more elaborated calculations modify the input file. (open -t MyFirstQuantyProgram.Quanty [enter]) | ||
+ | ### | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | |||
+ | ===== Find the documentation ===== | ||
+ | |||
### | ### | ||
- | In order to do more elaborated calculations modify | + | Once this command works it is time to go to the [[documentation: |
### | ### | ||