Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 497 Bytes

installation.rst

File metadata and controls

24 lines (15 loc) · 497 Bytes

Installation

Requirements:
  • python >= 2.7

You can install, upgrade, uninstall rakuten-ws with these commands:

$ pip install [--user] rakuten-ws
$ pip install [--user] --upgrade rakuten-ws
$ pip uninstall rakuten-ws

Or from git (last development version):

$ pip install git+https://github.com/alexandriagroup/rakuten-ws.git

Or if you already pulled the sources:

$ pip install path/to/sources

Or if you don't have pip:

$ easy_install rakuten-ws