Installation ============ Stable version -------------- Use the following command within a virtual environment of your choice: .. code-block:: shell pip install torch-fidelity "Nightly" version ----------------- The following command installs torch-fidelity straight from the latest code snapshot as it is present in GitHub at the time of running the command: .. warning:: Installing the latest code may result in backward-incompatible changes scheduled for the next stable version release. .. code-block:: shell pip install -e git+https://github.com/toshas/torch-fidelity.git@master#egg=torch-fidelity