MTGProxyPrinter

Artifact [b45e0413dc]
Login

Artifact b45e0413dc356a23fa5b5ec334b1bbb9f80622c7adf497256970d27a2478c81e:


#!/bin/bash
ENVIRONMENT_NAME="venv"
# Generate an application bundle using cx_Freeze for Linux.

if [ ! -e "${ENVIRONMENT_NAME}" ]; then
  ./create_development_environment.sh
fi

source "${ENVIRONMENT_NAME}/bin/activate"
tox run -f py3 package