Commit cf08cab0 authored by Adam Wujek's avatar Adam Wujek

doc: fix command to use python2.7

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
Reported-by: Hazel Chase
parent cdff5daf
Pipeline #5325 passed with stage
in 4 minutes and 13 seconds
......@@ -297,7 +297,7 @@ Then, using your favorite editor, you should create an \textit{hdlmake} script i
following content:
\begin{lstlisting}
#!/usr/bin/env bash
python2.7 <path_to_hdlmake_sources>/hdl-make/hdlmake/__main__.py #@
python2.7 <path_to_hdlmake_sources>/hdl-make/hdlmake/__main__.py $@
\end{lstlisting}
Please, make your script executable:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment