To install TensorFlow 2.0 on your PC, type the following command in your Terminal. Make sure you hit Enter after each command:
pip install --upgrade pip pip install tensorflow
The preceding command will download and extract the following packages in Terminal in addition to TensorFlow:
- Keras (a high-level neural network API written in Python that is capable of running over the top of TensorFlow)
- protobuf (a serializing protocol for structured data)
- TensorBoard (TensorFlow's data visualization tool)
- PyGPU (a Python feature used for image processing a GPU calculation for performance increase)
- cctools (the native IDE for Android)
- c-ares (the library function)
- clang (the compiler frontend for C, C++, Objective-C, OpenCL, ...