書名: Python Data Analysis作者名: Ivan Idris本章字?jǐn)?shù): 93字更新時(shí)間: 2021-08-05 17:31:49
Installing with setuptools
If you have setuptools
or pip
, you can install NumPy, SciPy, matplotlib, and IPython with the following commands. For each library, we give two commands, one for setuptools
and one for pip
. You only need to choose one command per pair:
$ easy_install numpy $ pip install numpy $ easy_install scipy $ pip install scipy $ easy_install matplotlib $ pip install matplotlib $ easy_install ipython $ pip install ipython
It may be necessary to prepend sudo
to these commands if your current user doesn't have sufficient rights on your system.
推薦閱讀
- Canvas LMS Course Design
- 會(huì)聲會(huì)影X5視頻剪輯高手速成
- Windows XP中文版應(yīng)用基礎(chǔ)
- 數(shù)控銑削(加工中心)編程與加工
- AWS Certified SysOps Administrator:Associate Guide
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·智能制造
- 系統(tǒng)安裝與重裝
- Implementing Splunk 7(Third Edition)
- Learning Cassandra for Administrators
- 人工智能基礎(chǔ)
- Artificial Intelligence for Robotics
- 仿蛇機(jī)器人的設(shè)計(jì)與制作
- 深度學(xué)習(xí)
- PostgreSQL Administration Cookbook(9.5-9.6 Edition)
- Apache Ignite Quick Start Guide