Skip to content

Commit

Permalink
[docs] update installation instructions now that we have a pip package (
Browse files Browse the repository at this point in the history
  • Loading branch information
msbaines committed Sep 17, 2020
1 parent db047d1 commit 2ddce57
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,20 @@ if __name__ == "__main__":

Normal installation:
```bash
pip install .
pip install fairscale
```

Development mode:
```bash
cd fairscale
pip install -r requirements.txt
pip install -e .
```

# Testing

We use circleci to test on PyTorch versions 1.5.1 and 1.6.0 and CUDA version 10.1. Please create an [issue](https://github.com/facebookresearch/fairscale/issues) if you are having trouble with installation.

## Contributors

See the [CONTRIBUTING](CONTRIBUTING.md) file for how to help out.
Expand Down

0 comments on commit 2ddce57

Please sign in to comment.