Hi,
I noticed that in the installation instructions of the repository, specifically pip install -e .
It suggests installing the package in editable mode. However, I could not find a setup.py file in the root directory of the repository, which is typically required for pip installations in editable mode.
Could you kindly upload that file to fix this issue?
Hi,
I noticed that in the installation instructions of the repository, specifically
pip install -e .It suggests installing the package in editable mode. However, I could not find a
setup.pyfile in the root directory of the repository, which is typically required for pip installations in editable mode.Could you kindly upload that file to fix this issue?