Skip to content

Commit

Permalink
PyAudio download correction
Browse files Browse the repository at this point in the history
+ Added function for PyAudio to be downloaded from correct source
  • Loading branch information
SimLoads committed Sep 24, 2019
1 parent 5bc4534 commit 0cc848c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions ScriptSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
Installer
Author:: Sam F // PyGoose // https://github.com/SimLoads
Version:: 092319.4x0020
Release Version:: 0.0.3
Version:: 092419.4x0022
Release Version:: 0.0.4
/NOTES/
Expand Down Expand Up @@ -96,7 +96,8 @@ def unpack(branch,files,rep,trees):
"license",
"readme.md",
"scriptsetup.py",
"xaviinstaller.exe"]
"xaviinstaller.exe",
"requirements.txt"]

dirCh = [
"xavisns.py",
Expand Down Expand Up @@ -142,6 +143,8 @@ def nextStep():
elif "matplotlib" in os.getcwd():
os.chdir('..')
packageCleanup()
elif not os.path.exists('pyaudio.py'):
runTotal('https://github.com/SimLoads/xavi/tree/pyaudio-localrep')
elif "xavi_filetype_mod" in os.getcwd():
os.mkdir("types")
os.chdir("types")
Expand Down

0 comments on commit 0cc848c

Please sign in to comment.