On Friday 05 of September 2014 15:23:18 David Rojas wrote: > Is there a way I can install the dev version using pip? I tried installing > it via gihub and it screwed with things on my end.
Installing dev version via pip is not possible (I haven't tried that). But you can still use pyinstaller directly from the code tree without installation: python .\path\to\pyinstaller\pyinstaller.py ... -- You received this message because you are subscribed to the Google Groups "PyInstaller" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/pyinstaller. For more options, visit https://groups.google.com/d/optout.
