Update README.md
#4
by
zamal
- opened
Hi, I noticed the README suggests using "pip install -e ." , but since the project uses pyproject.toml (without setup.py), the correct command should be "pip install ."
I’ve updated the documentation accordingly.
Thanks for review