diff --git a/output/test.txt b/output/test.txt deleted file mode 100644 index e69de29..0000000 diff --git a/script.sh b/script.sh index c49bb46..b86574b 100644 --- a/script.sh +++ b/script.sh @@ -7,4 +7,5 @@ pandoc -o output/out.pdf --pdf-engine=xelatex --template=input/main.tex input/ma sleep 10 -touch output/test.txt \ No newline at end of file +echo $(python -V) >> output/python-version +echo $(pip -V) >> output/python-version \ No newline at end of file