I am trying to install pymgclient for memgraphdb. I am following the instructions mentioned at this link:
https://memgraph.github.io/pymgclient/introduction.html
In the first step, it says we have to run the following commands inside the source directory.
$ python3 setup.py build
$ python3 setup.py install
However, inside the src directory of the mgclient folder, there is no setup.py
file. Where can I find that setup.py
file?