git clone https://github.com/GTSupplyChainAR/RFID-Study-Task-Generation.git rfid-tasks
cd rfid-tasks
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
Important: When you want to distribute the generated output files to the clients, increment the VERSION
number in main.py
and commit. Then, create a Version on GitHub.