Dubhar / ChocoDepts

visualization of installed Chocolatey packages and their dependencies
The Unlicense
0 stars 0 forks source link

Install

Build it from source

# get source code
git clone https://github.com/Dubhar/ChocoDepts.git

# build the exe
cd ChocoDepts
pip install -r requirements.txt
python.exe .\setup.py py2exe.freeze

# install
Move-Item .\dist 'C:\Program Files\ChocoDepts'

now you can create a shortcut, see regular install above