- 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
推薦閱讀
- Learning Scala Programming
- Vue.js 3.x快速入門
- C語言程序設計(第3版)
- OpenCV實例精解
- Django Design Patterns and Best Practices
- Mastering Yii
- Python程序設計
- C++從入門到精通(第5版)
- Learning jQuery(Fourth Edition)
- Android項目實戰:手機安全衛士開發案例解析
- 零基礎學C語言程序設計
- 3ds Max印象 電視欄目包裝動畫與特效制作
- 小程序從0到1:微信全棧工程師一本通
- Hands-On Robotics Programming with C++
- Mastering ASP.NET Core 2.0