aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index c9899ff..40fa3ff 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,12 @@ or have suggestions for improvement, feel free to open either a new issue or
pull request.
## Installation
+For the stable version from PyPI:
+```bash
+pip install torch-ema
+```
+For the latest GitHub version:
```
pip install -U git+https://github.com/fadel/pytorch_ema
```