File tree 2 files changed +3
-2
lines changed
text/main/basics/gettingStarted/firstProgram
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ Learn more at \url{https://python.org}.}
127
127
}%
128
128
\protected\gdef\python {\pgls {python}}%
129
129
%
130
- \xdef\pythonVersion {3.10 }%
130
+ \xdef\pythonVersion {3.12 }%
131
131
\protected\gdef\pythonWithVersion {\softwareStyle {\python ~\pythonVersion }}%
132
132
%
133
133
%
Original file line number Diff line number Diff line change 122
122
The following options may not make any sense for you, which is totally OK for now.
123
123
Please make sure to select \menu {Interpreter Type: > Custom Environment} as well as \menu {Environment: > Select existing} and \menu {Type: > Python}.
124
124
Under \menu {Python Path:}, you would choose the \python \ interpreter you have installed on your system (see \cref {sec:installingPython }).
125
- On my system that was \inQuotes {\python ~3.10.12} at the time of this writing.
125
+ On my system that was \inQuotes {\python ~3.10.12} at the time of this writing.\footnote {
126
+ Now I am using~\python ~\pythonVersion , but this is not important.}
126
127
We finally click \menu {Create}.
127
128
We now have created our first and empty \pycharm \ \python \ project -- as illustrated in \cref {fig:firstProgram03pycharmProjectCreated }.
128
129
You can’t perform that action at this time.
0 commit comments