Skip to content
Snippets Groups Projects
Commit 9941cc52 authored by Christof Kaufmann's avatar Christof Kaufmann
Browse files

Fix python version in linux weai instructions

parent 7ecccc0e
Branches
No related tags found
No related merge requests found
......@@ -122,8 +122,9 @@ Now we are ready to install the packages we need.
Let's create a new environment called \textit{weai} and add the packages we need to it.
\textit{For GPU support replace \lstinline|tensorflow| by \lstinline|tensorflow-gpu=2.10| in the command below. This requires a recent propriatary NVIDIA driver installed via \lstinline|apt|, e.\,g.\ for Ubuntu \lstinline|nvidia-driver-510| or similar should be enough. For Debian \lstinline|nvidia-driver| might work (requires \lstinline|contrib| and \lstinline|non-free| in \lstinline|sources.list|).}
\begin{lstlisting}[gobble=2]
mamba create -n weai tensorflow spyder jupyter openpyxl tqdm mypy \
scikit-learn matplotlib seaborn ipympl odfpy
mamba create -n weai python=3.10 tensorflow spyder jupyter ipympl \
matplotlib seaborn tqdm mypy scikit-learn \
pandas openpyxl odfpy pyarrow notebook
\end{lstlisting}
You will get a list of packages and can confirm with \keyenter. Installation takes a while. Let's change into the \textit{weai} environment and start spyder
\begin{lstlisting}[gobble=2]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment