Initial commit with translated description
This commit is contained in:
13
setup.sh
Normal file
13
setup.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
|
||||
python3 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install -r requirements.txt
|
||||
|
||||
echo "Klaar. Gebruik:"
|
||||
echo " source .venv/bin/activate"
|
||||
echo " python ods.py template-report --output rapport.docx --title 'Q1 Analyse' --author 'Robert'"
|
||||
Reference in New Issue
Block a user