mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-07 01:23:03 +08:00
eb7e1fa580
lru-dict is written in C and seems much more performant.
8 lines
235 B
Batchfile
8 lines
235 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. |