- Deep Learning with Microsoft Cognitive Toolkit Quick Start Guide
- Willem Meints
- 45字
- 2021-07-02 12:08:38
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