https://github.com/lmfit/lmfit-py
Revision b8f4c6f4dac8e7ae395dbf2dd67b4212b34e304a authored by Matthew Newville on 26 July 2016, 20:38:46 UTC, committed by Matthew Newville on 26 July 2016, 20:38:46 UTC
1 parent 76bbe62
Raw File
Tip revision: b8f4c6f4dac8e7ae395dbf2dd67b4212b34e304a authored by Matthew Newville on 26 July 2016, 20:38:46 UTC
add conda-forge channel to installation docs
Tip revision: b8f4c6f
upload_wininst.bat
REM
REM  %HOME%\.pypirc must be setup with PyPI info.
REM
SET HOME=M:\

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


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



back to top