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