Skip to content
Snippets Groups Projects

Merge into fork's `main` branch

Merged Felix Blanke requested to merge feature-json-export into main
3 files
+ 5
5
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -10,7 +10,7 @@ rm -rf venv/
# Setup Python Environment
# Requires: Virtualenv, appropriate Python installation
virtualenv venv -p python3.9
virtualenv venv -p python3.10
source venv/bin/activate
pip install --upgrade setuptools pip wheel
pip install -r requirements.txt
Loading