Skip to content

Commit

Permalink
Add instructions for installing RC
Browse files Browse the repository at this point in the history
  • Loading branch information
stes committed May 15, 2021
1 parent 80e926e commit 6f67abe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,11 @@ Note that the package is not intended for general purpose domain adaptation. Ins
We will release the first stable version of the package on PyPI. Until then, you can install directly from the main repo:

```bash
# Latest stable release:
pip install git+git://github.com/bethgelab/robustness.git

# Release candidate:
pip install git+git://github.com/bethgelab/robustness.git@rc
```

Here is an example for how to use `robusta` for batchnorm adaptation & robust pseudo-labeling.
Expand Down

0 comments on commit 6f67abe

Please sign in to comment.