PyCharm Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * PyCharm") |
|||
Line 1: | Line 1: | ||
=Internal= | =Internal= | ||
* [[PyCharm#Subjects|PyCharm]] | * [[PyCharm#Subjects|PyCharm]] | ||
=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 [[Python_Concepts#Virtual_Environment|virtual environment]] directory. |
Revision as of 03:45, 13 January 2022
Internal
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.