https://github.com/lmfit/lmfit-py
Revision 44313be2ae16b8e18fab9f99f491aabe158f3ae7 authored by Matt Newville on 18 September 2014, 04:39:28 UTC, committed by Matt Newville on 18 September 2014, 04:39:28 UTC
1 parent 5d7b3e3
Raw File
Tip revision: 44313be2ae16b8e18fab9f99f491aabe158f3ae7 authored by Matt Newville on 18 September 2014, 04:39:28 UTC
add example of using per-iteration callback
Tip revision: 44313be
upload_wininst.bat
REM
REM  %HOME%\.pypirc must be setup with PyPI info.
REM
SET HOME=M:\
SET PATH=C:\Python26;%PATH%
python setup.py install
python setup.py bdist_wininst --target-version=2.6 upload

SET PATH=C:\Python27;%PATH%
python setup.py install
python setup.py bdist_wininst --target-version=2.7 upload

SET PATH=C:\Python32;%PATH%
python setup.py install
python setup.py bdist_wininst --target-version=3.2 upload



back to top