scruffy icon indicating copy to clipboard operation
scruffy copied to clipboard

How can I install it under Windows?

Open artkpv opened this issue 10 years ago • 2 comments

Using python 3 and pip:

> pip install scruffy    
Collecting scruffy
  Using cached scruffy-0.3.tar.gz
    Complete output from command python setup.py egg_info:
    You need dot [graphviz] binary for this software to work
    ----------------------------------------
Command "python setup.py egg_info" failed with error code 1 in C:\Users\%USERNAME%\AppData\Local\Temp\pip-build-884juv_k\scruffy

Graphviz install from https://chocolatey.org/packages/Graphviz

artkpv avatar Nov 06 '15 12:11 artkpv

Unfortunately you cannot. If you find a way to make this work pull requests are welcome but I don't use Windows for development myself so I can't help with this.

aivarsk avatar Nov 08 '15 20:11 aivarsk

This tool is really great, but has many dependencies which are very tricky to install. I suggest to provide at least a wiki page with detailed installation instructions. Are the 3 of them indispensable?

I created a Visual Studio Code plugin (https://github.com/jaime-olivares/vscode-yuml), tested in OSX and Windows, and would love to make it work offline (without invoking yuml.me), but I think it won't have real use if there is not a way to install the dependencies in an automated way.

jaime-olivares avatar Jul 14 '16 11:07 jaime-olivares