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: content/tutorials/text/getting-started/index.mdx
+11-5
Original file line number
Diff line number
Diff line change
@@ -16,13 +16,19 @@ This tutorial was adapted from the book, [Getting Started with Processing](/book
16
16
17
17
## Getting started
18
18
19
-
Welcome to Processing! Start by visiting [https://processing.org/download](https://processing.org/download) and selecting the Mac, Windows, or Linux version, depending on what machine you have. Installation on each machine is straightforward:
19
+
Welcome to Processing!
20
20
21
-
- On Windows, you'll have an installer. Double-click it, and Processing will be installed. After installation, you can find Processing in the start menu or on your desktop. Double-click the icon to start.
22
-
- The macOS version is an installer image. Double-click it and drag the Processing icon to the Applications folder. Then launch Processing by double-clicking the icon in the Applications folder
23
-
- The Linux and Raspberry Pi versions are available on the Snap Store. Installation instructions for Snap and Processing are available on the store page.
21
+
_Note: For older Processing versions (4.3.4 or earlier), see the [legacy installation instructions](https://github.com/processing/processing4/wiki/Legacy-Installation-Instructions-(pre-4.4)) instead._
24
22
25
-
With any luck, the main Processing window will now be visible. Everyone's setup is different, so if the program didn't start, or you're otherwise stuck, visit the [troubleshooting](https://github.com/processing/processing4/wiki/Troubleshooting) page for possible solutions.
23
+
To begin, [download the latest version of Processing](https://processing.org/download).
24
+
25
+
- On **Windows**, Processing comes as a `.msi` installer file. Locate the file in your Downloads folder and double-click it to install Processing.
26
+
- On **macOS**, Processing comes as a `.dmg` disk image. Open the file from your Downloads folder, then drag the Processing icon to your Applications folder.
27
+
- On **Linux** and **Raspberry Pi**, Processing is available on the Snap Store. The download page will redirect you there. Follow the installation instructions on the Snap Store page.
28
+
29
+
After the installation is complete, launch Processing by double-clicking the icon. On Windows and Linux, you can find it in the Start menu or on your desktop. On macOS, it should be in the Applications folder.
30
+
31
+
With any luck, the main Processing window will now be visible. However, if the program didn't start, or you're otherwise stuck, visit the [troubleshooting](https://github.com/processing/processing4/wiki/Troubleshooting) page for possible solutions.
26
32
27
33

0 commit comments