Quick installation using PyCharm TensorFlow

Disclaimer: This article is a blogger original article, follow the CC 4.0 BY-SA copyright agreement, reproduced, please attach the original source link and this statement.
This link: https://blog.csdn.net/hekaiyou/article/details/88866039

Originally written before "Using the Mac installation TensorFlow VirtualEnv" already be in place TensorFlow learning environment, and later found that the use PyCharm build TensorFlow learning environment is simply not too convenient, they re-build it again!

Start PyCharm, create a new project, select New environment using-> VirtualEnv, which is to create a single python isolated environment for new projects.

image.png

After you've created a new project, we can look inside the project configuration environment, PyCharm really help us create a better environment isolation.

image.png

By Preferences-> Project Interpreter-> +can search PyPl inside all the libraries, where we can directly search tensorflowand click Install Packagedirectly to the installation.

image.png

After installation is complete, return to the previous page, you can see tensorflow library and its dependencies are downloaded and installed, comfortable ah!

image.png

Guess you like

Origin blog.csdn.net/hekaiyou/article/details/88866039