How to install a Python package from within IPython?

后端 未结 5 1263
遥遥无期
遥遥无期 2020-11-27 14:01

I wonder if it\'s possible to install python packages without leaving the IPython shell.

5条回答
  •  情话喂你
    2020-11-27 14:50

    In case you are using Conda Package Manager, the following syntax might fit your needs

    $ conda install -c conda-forge 
    

    https://pypi.org/project/earthpy/

提交回复
热议问题