安装

安装

使用 pipPyPI 安装Motor:

$ pip install motor

Pip 自动安装 Motor 需要的包, PyMongo, Greenlet, 和 Tornado.

Prerequisites

  • CPython 2.6, 2.7, or 3.3
  • Although Motor works with PyPy 2.0-beta1, limitations with greenlets and PyPy’s JIT compiler make PyPy applications that use Motor too slow for regular use
  • PyMongo 2.5.1 or later
  • Tornado
  • Greenlet

Tests require Nose and generating the docs requires Sphinx.

Table Of Contents

Previous topic

Motor Features

Next topic

Motor 指南

This Page