aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com>2021-11-17 16:01:49 -0500
committerLinux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com>2021-11-17 16:01:49 -0500
commita3edfae103d79d49ad51aea2cdd0a3dba37d6403 (patch)
treeaa2db3680cdbbd35a7fc8e093f48a8db41581b5f
parent1a23d5ab63e66c7c60ce38a4508ecdbb3fd839fb (diff)
PyPI installHEADv0.3.0master
-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
```