Answers for "installing modules in pycharm"

9

install module pycharm

> View > Tool windows > Terminal
	pip3 install pandas

File > Settings > Your project > Python Interpreter 
	if pandas is missing:
    > '+' (Install) > Search pandas, Install Package
Posted by: Guest on May-17-2021

Code answers related to "installing modules in pycharm"

Browse Popular Code Answers by Language