- 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
推薦閱讀
- 數(shù)據(jù)庫系統(tǒng)原理及MySQL應(yīng)用教程(第2版)
- JavaScript從入門到精通(微視頻精編版)
- Redis Applied Design Patterns
- Learning Informatica PowerCenter 10.x(Second Edition)
- 網(wǎng)頁設(shè)計(jì)與制作教程(HTML+CSS+JavaScript)(第2版)
- PHP 編程從入門到實(shí)踐
- PostgreSQL Replication(Second Edition)
- MATLAB 2020從入門到精通
- JavaCAPS基礎(chǔ)、應(yīng)用與案例
- Orchestrating Docker
- Java高手是怎樣煉成的:原理、方法與實(shí)踐
- 計(jì)算機(jī)應(yīng)用基礎(chǔ)案例教程(第二版)
- 金融商業(yè)數(shù)據(jù)分析:基于Python和SAS
- SCRATCH編程課:我的游戲我做主
- 一步一步學(xué)Spring Boot:微服務(wù)項(xiàng)目實(shí)戰(zhàn)(第2版)