Installation ============ To install the DeepSNAP, ensure `PyTorch Geometric `_ and `NetworkX `_ are installed. Please follow the step below to install the DeepSNAP: .. code-block:: none $ pip install deepsnap Or build from source: .. code-block:: none $ git clone https://github.com/snap-stanford/deepsnap $ cd deepsnap $ pip install . To use the `Snap.py (SnapX) `_ backend, please install the Snap.py via: .. code-block:: none $ pip install snap-stanford