diff --git a/setup.sh b/setup.sh index a076ee4..0bf72ca 100755 --- a/setup.sh +++ b/setup.sh @@ -2,6 +2,6 @@ virtualenv venv source venv/bin/activate pip install -r requirements.txt -git submodule init -git submodule update --depth 1 -pip install -e django \ No newline at end of file +#git submodule init +#git submodule update --depth 1 +#pip install -e django \ No newline at end of file