GMatch4py
GMatch4py copied to clipboard
No module named 'gmatch4py
Hi,
I am very new to python and Graphs, but I need these similarity measures in a project. so my question could be a little retarded, sorry.
I tried to install the package as described. (using command prompt) git clone https://github.com/Jacobe2169/GMatch4py.git cd GMatch4py (sudo) pip(3) install .
The first two commands work, but the third does not.
neither (sudo) or (pip3) are recognized .
Fisrt I tried with (sudo): (sudo) pip(3) install . Then with pip3 (without (sudo)): pip3 install Then with pip (without (sudo)): pip install
could you help me please?
thanks a lot.
remove everything inside parenthesis, those are optional.