>call root\osgeo4w.bat Adds ...\bin (for python) and ...\apps\python27\scripts (for pip) to PATH, and sets PYTHONHOME.
>wget --no-check-certificate http://gist.github.com/maphew/5393935/raw/install-pip.py >python install-pip.py GO >python install-pip.py GO Download and install `distribute` and `pip`, the python tools which enable automated downloading and installing of programs and modules from the Python Package Index. `install-pip.py` is of my own devising. All it does is reduce the dependency on curl or wget by one step, using native urlib (py3) or urllib2 (py2) instead. http://pythonhosted.org/distribute/ http://www.pip-installer.org/en/latest/ https://pypi.python.org/pypi >pip install -i https://testpypi.python.org/pypi leo-editor Install Leo (more background for this one in next message). > python apps\Python27\Scripts\leo All done, let's run Leo! :) -matt -- You received this message because you are subscribed to the Google Groups "leo-editor" 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/leo-editor?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
