Installation ============ You can install PyTorch Activations using pip: .. code-block:: bash $ pip install torch-activation Alternatively, you can install directly from GitHub: 1. Clone the repository: .. code-block:: bash $ git clone https://github.com/hdmquan/torch_activation.git 2. Change into the cloned repository's directory: .. code-block:: bash $ cd torch_activation 3. Install the package using pip: .. code-block:: bash $ pip install -e .