Unverified Commit 7e5ddcd2 authored by Stas Bekman's avatar Stas Bekman Committed by GitHub
Browse files

[fix] solutions to recent pip's isolation failing to build from source (#249)

parent d65cd838
...@@ -37,6 +37,9 @@ pip install -r requirements.txt ...@@ -37,6 +37,9 @@ pip install -r requirements.txt
pip install -e . pip install -e .
``` ```
If either of the above fails, add `--no-build-isolation` to the `pip install` command (this could be a problem with recent versions of pip).
## Getting Started ## Getting Started
The full documentation (https://fairscale.readthedocs.io/) contains instructions for getting started and extending fairscale. The full documentation (https://fairscale.readthedocs.io/) contains instructions for getting started and extending fairscale.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment