"docs_zh_CN/conf.py" did not exist on "54dd32ea2269e0758fc67b6e9c4f11db12951b1a"
installation_instructions.rst 248 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Installing FairScale
====================

To install the pip package:

.. code-block:: bash

	pip install fairscale
	

To install the master branch:

.. code-block:: bash

    cd fairscale
    pip install -r requirements.txt
    pip install -e .