Skip to content

Instantly share code, notes, and snippets.

@yf225
Last active February 22, 2018 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yf225/1e82a779257914503980eb589044d1c7 to your computer and use it in GitHub Desktop.
Save yf225/1e82a779257914503980eb589044d1c7 to your computer and use it in GitHub Desktop.
:: Install Miniconda3
curl https://repo.continuum.io/miniconda/Miniconda3-latest-Windows-x86_64.exe -k -O
.\Miniconda3-latest-Windows-x86_64.exe /InstallationType=JustMe /RegisterPython=0 /S /AddToPath=0 /D=%cd%\Miniconda3
call %cd%\Miniconda3\Scripts\activate.bat %cd%\Miniconda3
call conda install -y -q numpy mkl cffi pyyaml boto3
:: Install ninja
pip install ninja
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment