diff options
author | Linux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com> | 2021-11-17 16:01:49 -0500 |
---|---|---|
committer | Linux-cpp-lisp <1473644+Linux-cpp-lisp@users.noreply.github.com> | 2021-11-17 16:01:49 -0500 |
commit | a3edfae103d79d49ad51aea2cdd0a3dba37d6403 (patch) | |
tree | aa2db3680cdbbd35a7fc8e093f48a8db41581b5f /README.md | |
parent | 1a23d5ab63e66c7c60ce38a4508ecdbb3fd839fb (diff) |
PyPI installv0.3.0
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ``` |