#02 NumPy Environment Setup | BCA SEM 06 BKNMU JUNAGADH

 



NumPy doesn't come bundled with Python. We have to install it using the python pip installer. Execute the following command.

pip install numpy  

and follow the following steps to setup numpy in pycharm


Open Pycharm

File -> Settings (Ctrl+Alt+S)

       -> Select your Project name

        ->Select Python Interpreter

        -> click + icon  and then type " Numpy"

       -> and install package ( check Install to user's site packages directory) 

       -> then press ok and enjoy numpy

Post a Comment

Thanks for comment.

Previous Post Next Post