Skip to content

Commit

Permalink
Updated to dragonfly2 distribution
Browse files Browse the repository at this point in the history
Removed unnecessary dependencies that are installed by the dragonfly community fork
Removed psutil no longer relevant to Caster
  • Loading branch information
LexiconCode committed Oct 9, 2018
1 parent 80616a5 commit dfe0017
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions caster/bin/inno/dependencies/pip.bat
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
@echo off
echo Installing: pywin32, dragonfly, pillow, psutil
echo Installing: dragonfly2, wxPython, pillow

cd c:\python27\scripts
pip install pywin32
pip install wxpython
pip install dragonfly
pip install dragonfly2
pip install -U wxPython
pip install pillow
pip install psutil


echo ------------------------------------------
echo Caster Dependencies Installation Complete
Expand Down

0 comments on commit dfe0017

Please sign in to comment.