What is Anaconda
Anaconda refers to an open source Python release that contains more than 180 science packages and their dependencies, including Conda, Python. With a large number of scientific packages, the Anaconda download file is larger (approximately MB), and if you need only some packages, or you need to conserve bandwidth or storage space, you can also use Miniconda, a smaller release (only Conda and Python). the relationship between Anaconda and Python
Anaconda, which integrates a lot of third-party libraries about Python scientific computing, is mainly easy to install, and Python is a compiler, if you do not use anaconda, then installation will be more painful, the dependencies between the various libraries is very difficult to connect very well. After installing it, the Python, IPython, integrated development environment Spyder and numerous packages and modules are installed by default. Very convenient. Install Anaconda
Anaconda download Address, according to their own machine environment to choose the corresponding installation package, Windows users need to use TensorFlow, you need to install anaconda3-4.2.0 version and above, the other environment does not matter. Install TensorFlow
After installing the Anaconda, open the Anaconda Prompt
Input: Conda list
If the TensorFlow package is not found, select Install.
After you enter Y, start the installation.
The installation was successful.
Reference Links
What does Anaconda have to do with Python?
Baidu Encyclopedia--anaconda
Anaconda Installation TensorFlow