[PYTHON] How to add a package with PyCharm

I think that it is written in an easy-to-understand manner even for beginners.

Operating environment

windows7 pycharm-community-2016.1.4 python-2.7.4

Method

When you launch PyCharm, the initial screen will appear.

Top画面.PNG

Click File in the upper left.

File.png

Click Default Settings ...

Default_Setting.PNG

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.)

Pythonバージョン.PNG

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.

Install.PNG

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)

Chainer.PNG

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.

one thing

Python is very convenient in Unix environment, but it has been mostly supported in windows environment. (^_^)

Recommended Posts

How to add a package with PyCharm
How to create a Conda package
How to use Cmder with PyCharm (Windows)
How to prevent package updates with apt
How to install a package using a repository
How to read a CSV file with Python 2/3
How to send a message to LINE with curl
How to draw a 2-axis graph with pyplot
How to develop a cart app with Django
How to add arbitrary headers to response with FastAPI
How to make a dictionary with a hierarchical structure.
How to add a Python module search path
How to make a QGIS plugin (package generation)
How to create a multi-platform app with kivy
How to use PyCharm with Glue development endpoints running inside a VPC
How to convert / restore a string with [] in python
How to add help to HDA (with Python script bonus)
[Python] How to draw a line graph with Matplotlib
How to create a submenu with the [Blender] plugin
Add a dictionary to MeCab
How to call a function
How to get a logged-in user with Django's forms.py
How to convert a class object to a dictionary with SQLAlchemy
How to make a shooting game with toio (Part 1)
How to update with SQLAlchemy?
How to cast with Theano
How to hack a terminal
How to make a Python package using VS Code
How to Alter with SQLAlchemy?
How to separate strings with','
[Morphological analysis] How to add a new dictionary to Mecab
How to RDP with Fedora31
[Python] How to create a 2D histogram with Matplotlib
How to Delete with SQLAlchemy?
[Python] How to draw a scatter plot with Matplotlib
How to deploy a web app made with Flask to Heroku
How to make a Cisco Webex Teams BOT with Flask
How to put a hyperlink to "file: // hogehoge" with sphinx-> pdf
How to install NPI + send a message to line with python
How to kill a process instantly with Python's Process Pool Executor
How to convert an array to a dictionary with Python [Application]
How to output a document in pdf format with Sphinx
I made a package to filter time series with python
How to create a flow mesh around a cylinder with snappyHexMesh
How to print characters as a table with Python's print function
Steps to install a Git cloned package locally with pip
How to make a Python package (written for an intern)
A note on how to load a virtual environment in PyCharm
How to make a simple Flappy Bird game with pygame
How to display a list of installable versions with pyenv
How to extract other than a specific index with Numpy
How to register a package on PyPI (as of September 2017)
A story about how to deal with the CORS problem
I want to install a package from requirements.txt with poetry
How to build a python2.7 series development environment with Vagrant
The usual way to add a Kernel with Jupyter Notebook
How to cancel RT with tweepy
How to make a Japanese-English translation
Python: How to use async with
How to put a symbolic link
To add a C module to MicroPython ...