Commit 820b7a8f authored by Pavel Jedlicka's avatar Pavel Jedlicka
Browse files

Update setup.sh

parent 3f2ad081
Loading
Loading
Loading
Loading
+1 −1
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" -eq "--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'