I think that it is written in an easy-to-understand manner even for beginners.
windows7 pycharm-community-2016.1.4 python-2.7.4
When you launch PyCharm, the initial screen will appear.
Click File in the upper left.
Click Default Settings ...
Then, a page like the one above will appear. Therefore, click the Project Interpreter settings (▽) and select the python you have installed. (If you can't click at this stage, or if you have installed python but it is not displayed, I think that you have not set the path. Please check the path setting again.)
You should see the Package, Version, Latest table. These are the packages you have installed so far. We will be adding new packages from now on. Click the green + button on the far right.
Then, a page like the one above will appear. At this point, installing the package is a breeze. Enter the package name you want to add in the search mark field at the top. (Example: installing chainer)
From the candidates that appear, select chainer and click the Install Package button at the bottom to complete.
Handling python in a windows environment made the impression that package installation was troublesome, but you can easily install packages by using PyCharm.
Python is very convenient in Unix environment, but it has been mostly supported in windows environment. (^_^)
Recommended Posts