Actually scratch that, I was using the abd installation instructions. In any case another issue came up where the python file is unable to find one of the files.
Below is the error:
File "setup_poyntos_avd.py", line 70, in <module> shutil.copy('./Poynt_Emulator_1_2_11.ini', avd + '/') File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 119, in copy copyfile(src, dst) File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 82, in copyfile with open(src, 'rb') as fsrc: IOError: [Errno 2] No such file or directory: './Poynt_Emulator_1_2_11.ini' Carloss-MacBook-Pro-2:~ carlos$
Edit: Nevermind again. Had to execute the file within the source…my fault for not reading the code.