Skip to content

Commit 37a7745

Browse files
committed
pycharm unified version update
1 parent 22ab05e commit 37a7745

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

text/main/basics/gettingStarted/installingPyCharm/installingPyCharm.tex

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,30 @@
88
\label{fig:usingNotepadAsEditor}%
99
\end{figure}%
1010
%
11+
\begin{figure}%
12+
\centering%
13+
\tightbox{\includegraphics[width=0.5\linewidth]{\currentDir/unifiedPyCharm}}%
14+
\caption{%
15+
Some time after we finished preparing the installation instructions for the \pycharm\ Community Edition that you can find in the remainder of this section, it was announced that a unified \pycharm\ version will replace the Community Edition. %
16+
Therefore, the download instructions will probably change. %
17+
We will eventually update the instructions, but not now.%
18+
}%
19+
\label{fig:unifiedPyCharm}%
20+
\end{figure}%
21+
%
1122
Just having a programming language and the corresponding interpreter on your system is not enough.
1223
Well, it is enough for just running \python\ programs.
1324
But it is not enough if you want to develop software efficiently.
1425
Are you going to write programs in a simple text editor like a caveperson?
1526
No, of course not, you need an \pgls{ide}, a program which allows you to do multiple of the necessary tasks involved in the software development process under one convenient user interface.
16-
For this book, I recommend using \pycharm~\cite{VHN2023HOADWP,Y2022PPADT,W2024PME}, whose community edition is freely available.
17-
The installation guide for \pycharm\ can be found at \url{https://www.jetbrains.com/help/pycharm/installation-guide.html}.%
27+
For this book, I recommend using \pycharm~\cite{VHN2023HOADWP,Y2022PPADT,W2024PME}, whose Community Edition is/\emph{was} freely available.
28+
The installation guide for \pycharm\ can be found at \url{https://www.jetbrains.com/help/pycharm/installation-guide.html}.
29+
30+
Notice that, as shown in \cref{fig:unifiedPyCharm}, the \pycharm\ Community Edition will be/has been replaced with a unified edition.
31+
This means that the instructions in the following are probably outdated, but they should still give you a reasonably good impression on what needs to be done.
32+
We will probably eventually replace them~{\dots}~but not now.%
1833
%
34+
\FloatBarrier%
1935
\hinput{installingPyCharmUbuntu}{installingPyCharmUbuntu}%
2036
\hinput{installingPyCharmWindows}{installingPyCharmWindows}%
2137
\FloatBarrier%
39.9 KB
Loading

0 commit comments

Comments
 (0)