PyCharm Operations: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 19: | Line 19: | ||
Run the program: Control ⌃ + R | Run the program: Control ⌃ + R | ||
=Search Everywhere= | |||
Shift Shift |
Revision as of 05:36, 9 July 2022
Internal
Overview
Create a Simple, Standalone Project
File → New Project → Location: the project root. If the directory does not exist, it will be created. This is the project that will host the entry point and the virtual environment directory.
Python Interpreter: New Virtual environment.
New environment using Virtualenv.
Location: "venv" inside the project directory.
Create main.py
welcome script.
Also see:
Shortcuts
Run the program: Control ⌃ + R
Search Everywhere
Shift Shift