aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index aeffbfe..09f3e18 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,12 @@ This library was written for personal use. Nevertheless, if you run into issues
or have suggestions for improvement, feel free to open either a new issue or
pull request.
+## Installation
+
+```
+pip install -U git+https://github.com/fadel/pytorch_ema
+```
+
## Example
```python