Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:install:mac [2017/03/27 11:51] Maurits W. Haverkortdocumentation:install:mac [2025/04/02 14:39] (current) Maurits W. Haverkort
Line 21: Line 21:
 You now can run the program from the terminal by typing (Quanty [enter]). You now can run the program from the terminal by typing (Quanty [enter]).
 ### ###
 +
 +===== Run Quanty from 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 'print("Hello World")' > MyFirstQuantyProgram.Quanty
 +###
 +
 +###
 +and then:
 +###
 +###
 +Quanty MyFirstQuantyProgram.Quanty
 +###
 +
 +###
 +In order to do more elaborated calculations modify the input file. (open -t MyFirstQuantyProgram.Quanty [enter])
 +###
 +
 +{{ :documentation:install:run.png?600 |}}
 +
 +
 +===== Find the documentation =====
 +
 +###
 +Once this command works it is time to go to the [[documentation:basics:basis|basic examples in the documentation]] pages and learn how to set up a Quanty file. You can download all examples you see on the web page from the tutorials you can find online for the [[workshop:heidelberg:september_2018:programme|workshop in Heidelberg]].
 +###
 +
 +
 +===== Security Warning =====
 +
 +###
 +{{:documentation:install:quantymacwarning.png?200 |}} In recent versions of MacOS apple warns when you try to start an app that is downloaded from the internet and made by a developer that is not signed by apple. If you trust the Quanty development team you can circumvent this warning by finding the app in finder and press the control key whilst right clicking the app with your mouse. This will open a screen with the question if you really want to open the app. Click yes and from now on you should be able to run Quanty from within the terminal. If you want more information you can also click on the question mark button on the right top of the warning screen. This will open the following information screen from the Mac OS User guide. 
 +###
 +
 +{{ :documentation:install:macosuserguidewarning.png?600 |}}
 +
 +
  
 ===== Table of contents ===== ===== Table of contents =====
 {{indexmenu>.#1}} {{indexmenu>.#1}}
Print/export