- 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
推薦閱讀
- Drupal 8 Blueprints
- Leap Motion Development Essentials
- C++ Builder 6.0下OpenGL編程技術
- Django開發從入門到實踐
- The React Workshop
- Mastering Rust
- Microsoft System Center Orchestrator 2012 R2 Essentials
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- Java系統化項目開發教程
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Android Sensor Programming By Example
- 大學計算機基礎實訓教程
- Puppet:Mastering Infrastructure Automation
- Microsoft Exchange Server 2016 PowerShell Cookbook(Fourth Edition)
- C語言程序設計教程