Installation ============ The installation of PyTorch Geometric Signed Directed requires the presence of certain prerequisites. These are described in great detail in the installation description of PyTorch Geometric. Please follow the instructions laid out `here `_. You might also take a look at the `README file `_ of the PyTorch Geometric Signed Directed repository. Binaries are provided for Python version >= 3.7, PyG version at least 2, and NetworkX version no earlier than 2.7. After installing `PyTorch `_ and `PyG `_, simply run .. code-block:: none $ pip install torch-geometric-signed-directed **Updating the Library** The package itself can be installed via pip: .. code-block:: none $ pip install torch-geometric-signed-directed Upgrade your outdated PyTorch Geometric Signed Directed version by using: .. code-block:: none $ pip install torch-geometric-signed-directed --upgrade To check your current package version just simply run: .. code-block:: none $ pip freeze | grep torch-geometric-signed-directed