書名: Python Data Analysis作者名: Ivan Idris本章字數: 93字更新時間: 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.
推薦閱讀
- 現代測控系統典型應用實例
- 網上沖浪
- PostgreSQL 11 Server Side Programming Quick Start Guide
- 21天學通PHP
- 影視后期制作(Avid Media Composer 5.0)
- 21天學通ASP.NET
- 新編計算機圖形學
- 從零開始學PHP
- Mastering pfSense
- Working with Linux:Quick Hacks for the Command Line
- Mastering Geospatial Analysis with Python
- 一步步寫嵌入式操作系統
- WOW!Photoshop CS6完全自學寶典
- 簡明學中文版Flash動畫制作
- Redash v5 Quick Start Guide