Installation ============ Installing ProxTorch is straightforward. Follow the instructions below to get started. Using pip --------- .. code-block:: bash pip install proxtorch From Source ----------- .. code-block:: bash git clone https://github.com/yourusername/proxtorch.git cd proxtorch pip install . Dependencies ------------ ProxTorch relies on PyTorch. Please ensure you have it installed.