aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSamuel Fadel <samuelfadel@gmail.com>2020-08-20 14:47:29 +0200
committerSamuel Fadel <samuelfadel@gmail.com>2020-08-20 14:47:29 +0200
commit27afe25b9fb9f0d05a87ae94e4e4ad9e92d70a85 (patch)
tree56730beb30ed9d15964331e60d2e62a18b7a1136 /README.md
parent05fe2c74d7b85f62b838f740af0f87b8f4d3691f (diff)
Updated README.md with suggested install method.
Diffstat (limited to 'README.md')
-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