PeepDB-dev / peepdb

CLI tool and python library to inspect databases fast.
https://peepdb.dev/
GNU General Public License v3.0
59 stars 6 forks source link

Bug: I can't simply run peepDB [commands] on my machine, I need to do python -m peepDB #2

Closed evangelosmeklis closed 4 weeks ago

evangelosmeklis commented 1 month ago

I believe this is because of my PATHs I have locally but this need to be researched and fixed if something is preventing it from running like peepDB [command] without the python -m in beginning

evangelosmeklis commented 4 weeks ago

User needs to create a venv before running pip install -e . Then it is possible to run peepdb [command] instead of running python -m peepdb Commited the fixes and added declaration on the README + setup.py