Skip to content

Instantly share code, notes, and snippets.

@jruizvar
Last active July 2, 2017 01:18
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 jruizvar/e77faa82295445bc5e023c559bff6653 to your computer and use it in GitHub Desktop.
Save jruizvar/e77faa82295445bc5e023c559bff6653 to your computer and use it in GitHub Desktop.
Intel Python on Windows 10

Python environment using the Intel package repository

Download and install Miniconda

https://conda.io/miniconda.html

Open Anaconda Prompt

conda update conda
conda config --add channels intel
conda create -n mlwork -c intel intelpython3_full=2017.0.3 seaborn

Activate the environment

activate mlwork

Package Repository for intel

https://anaconda.org/intel/repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment