diff options
author | Samuel Fadel <samuelfadel@gmail.com> | 2020-08-20 14:47:29 +0200 |
---|---|---|
committer | Samuel Fadel <samuelfadel@gmail.com> | 2020-08-20 14:47:29 +0200 |
commit | 27afe25b9fb9f0d05a87ae94e4e4ad9e92d70a85 (patch) | |
tree | 56730beb30ed9d15964331e60d2e62a18b7a1136 /README.md | |
parent | 05fe2c74d7b85f62b838f740af0f87b8f4d3691f (diff) |
Updated README.md with suggested install method.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |