Installation ===================== Latest version (|version|) --------------------- Installing TorchCP itself We developed TorchCP under Python 3.9 and PyTorch 2.0.1. To install TorchCP, simply run .. code-block:: bash pip install torchcp or clone the repo and run .. code-block:: bash python setup.py install