PyCharm Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 1: Line 1:
=Internal=
=Internal=
* [[PyCharm#Subjects|PyCharm]]
* [[PyCharm#Subjects|PyCharm]]
=a=


=Create a Simple, Standalone Project=
=Create a Simple, Standalone Project=

Revision as of 23:32, 17 February 2022

Internal

a

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.

Shortcuts

Run the program: Control ⌃ + R