Commit b3b33f4b authored by Pavel Jedlicka's avatar Pavel Jedlicka
Browse files

Merge branch 'xhorvat9-master-patch-84971' into 'master'

fixed setup.sh user install condition

See merge request !24
parents 6e27a937 cf1e5260
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -5,7 +5,7 @@
#remove unnecessary dirs
#remove unnecessary dirs
rm -rf build dist nested.egg-info
rm -rf build dist nested.egg-info


if [ "$1" == "--user" ]
if [ $1 = "--user" ]
  then
  then
    python3 setup.py install --user
    python3 setup.py install --user
    # move config file after local installation with 'pip3 install --user'
    # move config file after local installation with 'pip3 install --user'