git.png

Install PyCharm:

We believe PyCharm is one of the best (if not the best) IDEs for python programming. It comes with powerfull tools for code editting, navigating, refactoring, debugging and etc. The community version of this software is free and you can download it through https://www.jetbrains.com/pycharm/download/. If you are student, you also can use the professional edition using your university email (read more here).

After you download and install the PyCharm. You have to show the PyCharm that where is the location of the python file that you have installed your tensorflow environment. You can do so through the interpreter section. When you have an existing project opened (if not, create a new project), go to the setting. In project section, select the project interpreter and all local virtual environment.

Alt text

Select Conda Environment and give the path to the python executable of existing environment to the interpreter.

Alt text

*Note: Recall the path that you installed the Anaconda into and find the created environment in the envs folder in the Anaconda path.

 

Thanks for reading! If you have any question or doubt, feel free to leave a comment. To download jupyter notebooks and fork in github please visit our github.

https://github.com/easy-tensorflow/easy-tensorflow

 

© 2018 Easy-TensorFlow team. All Rights Reserved.