Skip to content
Alex Rogozhnikov edited this page Jan 24, 2016 · 5 revisions

Install python on your computer

Everware provides very limited resources. You can use docker (virtual machine) to get the same environment on your computer. Follow this instruction but instead of yandex/rep use arogozhnikov/mlatimperial2016 image.

If you don't like VMs, you can install the necessary scientific infrastructure (mainly numpy, scipy, pandas, scikit-learn packages together with ipython and ipython notebook extensions) on your own computer, the easiest way to do that is to install Anaconda package here. You should select your operating system, python 2. (Important note: some packages recommended through course may not be easy to install with conda)

Additional information sources

Tutorials

More detailed information