Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 504 Bytes

installation.rst

File metadata and controls

20 lines (14 loc) · 504 Bytes

Installation

Dependencies

  • Python 3.5+(Python 3.8+ is preferable for distributed training).
  • paddlepaddle>=2.0 (Optional, if you only want to use APIs related to parallelization alone)

Install

PARL is distributed on PyPI and can be installed with pip:

pip install parl

or install from source:

pip install --upgrade git+https://github.com/PaddlePaddle/PARL.git