pythonwindowsinstallationanaconda

How to install graphviz-2.38 on windows 10


I know this is basic, but I'm pretty stuck. I've never installed python packages on Windows OS before... only Linux.

I downloaded the graphviz-2.38 zip and moved it to my Anaconda packages directory. I unzipped it, and then on the command line tried:

C:\Users\name\Anaconda3\pkgs\graphviz-2.38> pip install graphviz-2.38

This is the error I got:

Could not find a version that satisfies the requirement graphviz-2.38 (from 
versions: )
No matching distribution found for graphviz-2.38

I don't see any setup file within graphviz at all, so I'm a little lost.


Solution

  • Just use:

    pip install graphviz