diff --git a/.gitignore b/.gitignore index f514b74..477fd27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ # Created by venv; see https://docs.python.org/3/library/venv.html -* +bin/ +include/ +lib/ \ No newline at end of file diff --git a/start.sh b/start.sh new file mode 100644 index 0000000..2c8b80b --- /dev/null +++ b/start.sh @@ -0,0 +1,4 @@ +git pull +source bin/activate +pip install -r requirements.txt +python init.py \ No newline at end of file