instruction.rst 377 字节
Newer Older
G
guru4elephant 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Quick Start Instructions
========================

Install PaddleFL
-----------
To install Paddle Federated Learning, we need the following packages.


.. code-block:: sh

    paddlepaddle >= 1.6 (Faster performance on 1.6)
    networkx
    cython

We can simply install PaddleFL by pip.

.. code-block:: sh

    pip install paddle_fl

.. mdinclude:: markdown/quick_start.md