How to commit Windows binaries to the SVN Repository following changes to model metadata

1. If it’s not already there, add the new model to the list in pcty/client/forms/updateServerBinaries.py

2. The binary itself is the .pyd file in the pcty/server/problem/Biomechanics/ActiveTensionModels/<modelname>

3a. Copy the .pyd file, re-naming it to AT_<model folder name>.pyd if it is an active tension model, and EP_<model folder name>.pyd if it’s an EP cell model.

3b. Place the copied .pyd file in Continuity/winlib/

4. Commit everything (updateServerBinaries.py and the .pyd file)

5. Email Fred and ask him to update Mac and Linux binaries as well. In this email, include the name of the new model so he knows what to look for.