Skip to content
Snippets Groups Projects
Commit 03b5a284 authored by Ivan Kondov's avatar Ivan Kondov
Browse files

adapted again to use wget a zip and not git clone

parent a2fe46ff
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,9 @@ Install the tutorial
The tutorial is available for download on the SCC Gitlab repository::
cd $HOME
git clone https://git.scc.kit.edu/jk7683/grk2450-fireworks-tutorial
wget https://git.scc.kit.edu/jk7683/grk2450-fireworks-tutorial/-/archive/master/grk2450-fireworks-tutorial-master.zip
unzip grk2450-fireworks-tutorial-master.zip
mv grk2450-fireworks-tutorial-master grk2450-fireworks-tutorial
cd grk2450-fireworks-tutorial
export PYTHONPATH=$PWD/lib:$PYTHONPATH
export PATH=$PWD/bin:$PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment