Technologicat / pyan

Static call graph generator. The official Python 3 version. Development repo.
GNU General Public License v2.0
329 stars 57 forks source link

Unable to use Pyan #92

Open mohit-vectra opened 12 months ago

mohit-vectra commented 12 months ago

Hi, I installed pyan using command- pip install pyan then, I run this command on my package. It's showing pyan is not recognized as internal or external command. why ? if I use "pip show pyan" command then its shows all details.

planestepper commented 10 months ago

You need to install pyan3 instead. In my installation, the executable name is also pyan3.

XixuHu commented 10 months ago

You need to install pyan3 instead. In my installation, the executable name is also pyan3.

I found out that too! XD