Skip to content

Commit

Permalink
Add active python/pip info in install scripts (#828)
Browse files Browse the repository at this point in the history
  • Loading branch information
daanzu committed Jul 5, 2020
1 parent 507fc13 commit 5c5c566
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Install_Caster_DNS-WSR.bat
@@ -1,6 +1,8 @@
@echo off
set currentpath=%~dp0
echo Installation path: %currentpath%
echo Using this python/pip:
python -m pip -V

echo Installing Caster Dependencies for DNS/WSR
python -m pip install -r "%currentpath%requirements.txt"
Expand Down
2 changes: 2 additions & 0 deletions Install_Caster_Kaldi.bat
@@ -1,6 +1,8 @@
@echo off
set currentpath=%~dp0
echo Installation path: %currentpath%
echo Using this python/pip:
python -m pip -V

echo Installing Caster Dependencies
python -m pip install -r "%currentpath%requirements.txt"
Expand Down

0 comments on commit 5c5c566

Please sign in to comment.