書名: Geospatial Development By Example with Python作者名: Pablo Carreira本章字數: 103字更新時間: 2021-07-16 09:30:55
Installing other packages directly from pip
Some packages do not require compilation steps. For Windows users, these are easier to install because they can be obtained and installed directly with pip
with a single command.
Windows
You need to simply type the following command in your Command Prompt:
c:\Python27\scripts\pip install django tabulate requests xmltodict psycopg2
Ubuntu Linux
In the terminal, type the following command:
sudo pip install django tabulate requests xmltodict psycopg2
For each package, you should see the progress of the installation, similar to the following:
Collecting django Downloading Django-1.9-py2.py3-none-any.whl (6.6MB) 100% |################################| 6.6MB 43kB/s Installing collected packages: django Successfully installed django-1.9
推薦閱讀
- SPSS數據挖掘與案例分析應用實踐
- Spring 5.0 Microservices(Second Edition)
- Docker技術入門與實戰(第3版)
- C語言程序設計案例教程(第2版)
- Python進階編程:編寫更高效、優雅的Python代碼
- C#程序設計基礎:教程、實驗、習題
- bbPress Complete
- H5頁面設計:Mugeda版(微課版)
- 深入理解Android:Wi-Fi、NFC和GPS卷
- Mastering openFrameworks:Creative Coding Demystified
- INSTANT Yii 1.1 Application Development Starter
- 從零開始:UI圖標設計與制作(第3版)
- QPanda量子計算編程
- IBM Cognos TM1 Developer's Certification guide
- jQuery技術內幕:深入解析jQuery架構設計與實現原理