Skip to content

Commit 0d45d93

Browse files
authored
Update README.rst
1 parent a0646b1 commit 0d45d93

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ The following command will run a diffusion method on a given network with the gi
2828

2929
.. code-block:: sh
3030
31-
$ python3 -m diffupy diffuse --network="<path-to-network-file>" --input="<path-to-data-file>" --method="<method>"
31+
$ python3 -m diffupy diffuse --network=<path-to-network-file> --input=<path-to-data-file> --method=<method>
3232
3333
3434
2. **Generate a kernel with one of the seven methods implemented**
3535
Generates the regularised Laplian kernel of a given graph.
3636

3737
.. code-block:: sh
3838
39-
$ python3 -m diffupy kernel --network="<path-to-network-file>"
39+
$ python3 -m diffupy kernel --network=<path-to-network-file>
4040
4141
4242
References

0 commit comments

Comments
 (0)