mirror of
https://github.com/saymrwulf/zipline.git
synced 2026-05-16 21:10:11 +00:00
8 lines
236 B
Batchfile
8 lines
236 B
Batchfile
"%PYTHON%" setup.py install
|
|
if errorlevel 1 exit 1
|
|
|
|
:: Add more build steps here, if they are necessary.
|
|
|
|
:: See
|
|
:: http://docs.continuum.io/conda/build.html
|
|
:: for a list of environment variables that are set during the build process.
|