Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
上QQ阅读APP看书,第一时间看更新

Upgrading pip to the latest version

Once we have Anaconda installed, we need to upgrade pip to the latest version. pip is used to install packages inside Python. It is the tool we're going to use to install CNTK:

python -m pip install --upgrade pip