https://github.com/lmfit/lmfit-py
Revision e1962c48ef2d519d97cc144b5e0023cce8dd17f0 authored by Matt Newville on 14 August 2014, 18:58:01 UTC, committed by Matt Newville on 14 August 2014, 18:58:01 UTC
1 parent 8b04445
Raw File
Tip revision: e1962c48ef2d519d97cc144b5e0023cce8dd17f0 authored by Matt Newville on 14 August 2014, 18:58:01 UTC
more doc on models
Tip revision: e1962c4
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