square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

Could not find a version that satisfies the requirement pybonjour==1.1.1 #187

Closed xiongzenghuidegithub closed 8 years ago

xiongzenghuidegithub commented 8 years ago

Could not find a version that satisfies the requirement pybonjour==1.1.1 (from ponyd) (from versions: ) No matching distribution found for pybonjour==1.1.1 (from ponyd)

justinseanmartin commented 8 years ago

Dupe of #100. You should be unblocked by:

git clone git@github.com:square/PonyDebugger.git
cd PonyDebugger
python setup.py install

Please confirm this works for you. I've logged #189 to track fixing the install script and/or instructions.

xiongzenghuidegithub commented 8 years ago

thanks~~~