diff options
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 ``` |