-
Notifications
You must be signed in to change notification settings - Fork 121
Why pydeps pydeps doesn't work? #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
For this to work, you have to clone this repository and run the command from the cloned directory. |
Hi @deryabozyurt and thank you for your interest in pydeps. In the example ( A complete example to get that to work would be:
(notice the dot For regular use on your own code, you would do
assuming your project had the following structure:
(the pip install line might not be needed). Esentially the command is
|
Thank you very much Stefan and Bjorn. |
I haven't really used git submodules very much, but IIUC you'll need to run pydeps in every submodule (if they're connected by regular imports then pydeps will pick them up -- maybe with a larger |
Probably this explanation should be in the README.md too. |
@iPAS it sort of is there already...
I'm always happy to merge documentation PRs if you know of a better way to communicate it. |
Greetings,
I'm trying to use the simplest example provided in the documentation.
>pydeps pydeps
>No such file or directory: 'pydeps'
Same output on Mac and Windows.
How can make this work?
Kind Regards,
Derya
The text was updated successfully, but these errors were encountered: