Home > Backend Development > Python Tutorial > Windows下PyMongo下载及安装教程

Windows下PyMongo下载及安装教程

WBOY
Release: 2016-06-06 11:26:20
Original
1651 people have browsed it

PyMongo下载

PyMongo下载地址:

http://pypi.python.org/pypi/pymongo/#downloads

当前可下载选项:

代码如下:


pymongo-1.11.tar.gz                                       Source
pymongo-1.11.win32-py2.7.exe                        MS Windows installer

PyMongo安装

安装pymongo-1.11.tar.gz

解压之后,cmd运行语句:

代码如下:


C:\Users\libing>cd /d E:\pymongo-1.11
E:\pymongo-1.11>python setup.py install

安装pymongo-1.11.win32-py2.7.exe

双击打开即可进入安装

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template