various fixes
This commit is contained in:
@@ -11,11 +11,6 @@
|
||||
\end{itemize}
|
||||
\item Automatic setup from sources
|
||||
\begin{itemize}
|
||||
\item Create the python virtual environnement
|
||||
\begin{minted}[fontsize=\fontsize{6}{7}\selectfont]{text}
|
||||
python3 -m venv C:\path\to\venv
|
||||
C:\path\to\venv\Scripts\activate.bat
|
||||
\end{minted}
|
||||
\item run \incode{run.bat}, \incode{run.ps1} or \incode{run.sh} depending on your OS and command interpreter
|
||||
\begin{minted}[fontsize=\fontsize{6}{7}\selectfont]{text}
|
||||
cd C:\path\to\testium
|
||||
@@ -28,7 +23,13 @@ run.bat
|
||||
\item Manual setup from sources
|
||||
\begin{itemize}
|
||||
\item Create the python virtual environnement
|
||||
\begin{minted}[fontsize=\fontsize{6}{7}\selectfont]{text}
|
||||
python3 -m venv C:\path\to\venv
|
||||
\end{minted}
|
||||
\item activate the environnement
|
||||
\begin{minted}[fontsize=\fontsize{6}{7}\selectfont]{text}
|
||||
C:\path\to\venv\Scripts\activate.bat
|
||||
\end{minted}
|
||||
\item install the requirements
|
||||
\begin{minted}[fontsize=\fontsize{6}{7}\selectfont]{text}
|
||||
cd C:\path\to\testium
|
||||
|
||||
Reference in New Issue
Block a user