Wiki source code of Windows Intellij Python Quickstart
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
22.1 | 1 | ~1. Download JetBrains Toolbox |
2 | |||
3 | Go to [[https:~~/~~/www.jetbrains.com/toolbox-app/>>https://www.jetbrains.com/toolbox-app/]] | ||
4 | |||
5 | Current version of Toolbox is 1.25. | ||
6 | |||
7 | Ensure that it says ".exe" on the **right half** of the Download button. Click the right half of the button to change it to .exe if it is not .exe already. | ||
8 | |||
9 | [[image:image-20220724182056-1.png]] | ||
10 | |||
11 | Click "Download". The .exe file is downloaded. | ||
12 | |||
13 | 2. Run the download by clicking on the download item button at bottom left in Chrome. | ||
14 | |||
15 | [[image:image-20220724182210-2.png]] | ||
16 | |||
17 | 3. Run the Install | ||
18 | |||
19 | [[image:image-20220724182229-3.png]] | ||
20 | |||
21 | Click "Install" button. | ||
22 | |||
23 | [[image:image-20220724182258-4.png]] | ||
24 | |||
25 | Make sure the box next to "Run JetBrains Toolbox" is ticked. | ||
26 | |||
27 | Click "Finish" | ||
28 | |||
29 | 4. Run Toolbox. | ||
30 | |||
31 | [[image:image-20220724182353-5.png]] | ||
32 | |||
33 | **At any point in time**, if the Toolbox App disappears from your screen, you can bring it up again by clicking on the icon in System Tray: | ||
34 | |||
35 | [[image:image-20220724183121-12.png]] | ||
36 | |||
37 | Anyway, in the main Window, click "Continue". | ||
38 | |||
39 | [[image:image-20220724182417-6.png]] | ||
40 | |||
41 | Click "Accept License Agreement". | ||
42 | |||
43 | [[image:image-20220724182446-7.png]] | ||
44 | |||
45 | Choose a theme, then click "Get Started". | ||
46 | |||
47 | You are now in the main window of Toolbox. | ||
48 | |||
49 | [[image:image-20220724182524-8.png]] | ||
50 | |||
51 | Click "Got it" to dismiss the popup message. | ||
52 | |||
53 | 5. Install "IntelliJ IDEA Community Edition" by clicking on "Install" button next to this name. | ||
54 | |||
55 | [[image:image-20220724182636-9.png]] | ||
56 | |||
57 | Wait while it's downloaded and installed: | ||
58 | |||
59 | [[image:image-20220724182659-10.png]] | ||
60 | |||
61 | Current version of IntelliJ is v2022.1.4. Click "Got It" button on the popup message after reading it. | ||
62 | |||
63 | [[image:image-20220724182745-11.png]] | ||
64 | |||
65 | 6. Run IntelliJ by clicking on "IntelliJ IDEA Community Edition" in Toolbox. | ||
66 | |||
67 | Accept the Terms and click "Continue". | ||
68 | |||
69 | [[image:image-20220724183240-13.png]] | ||
70 | |||
71 | Choose your data sharing preference: | ||
72 | |||
73 | [[image:image-20220724183310-14.png]] | ||
74 | |||
75 | IntelliJ is now started: | ||
76 | |||
77 | [[image:image-20220724183344-15.png]] | ||
78 | |||
79 | 7. Install Python | ||
80 | |||
81 | Click the "Plugins" button at left side of "Welcome to Intellij IDEA" window. | ||
82 | |||
83 | [[image:image-20220724183522-16.png]] | ||
84 | |||
85 | Type "Python" in search box. | ||
86 | |||
87 | [[image:image-20220724183626-17.png]] | ||
88 | |||
89 | Click "Install" button when "Python Community Editon" appears on the right. | ||
90 | |||
91 | Wait for installation to be completed: | ||
92 | |||
93 | [[image:image-20220724183726-18.png]] | ||
94 | |||
95 | 8. Create a Python project. | ||
96 | |||
97 | Go back by clicking "Projects" on the left of "Welcome to IntelliJ IDEA" window. Then click "New Project": | ||
98 | |||
99 | [[image:image-20220724183840-19.png]] | ||
100 | |||
101 | Give your project a name, then select "Python" as "Language". Choose "New" "Environment" and "Python 3.10" as "Base interpreter". | ||
102 | |||
103 | [[image:image-20220724184100-20.png]] | ||
104 | |||
105 | Click "Create". | ||
106 | |||
107 | It installs Python: | ||
108 | |||
109 | [[image:image-20220724184132-21.png]] | ||
110 | |||
111 | Approve the Prompt: |