Removed the Python instructions.

This commit is contained in:
Todd Parker 2011-10-17 18:55:11 -03:00
parent 6f67f421bb
commit 952dd33831

View file

@ -44,8 +44,6 @@ To preview locally, you'll need to clone a local copy of this repository and poi
If you don't currently have a webserver running locally, there are a few options.
If you have python installed (most Linux distributions) and Mac OSX, you use the built-in simple web server. Open a terminal/shell and change to the jQuery Mobile folder then type 'python -m SimpleHTTPServer', and voila you can then browse via http://localhost:8000.
If you're on a Mac, you can try dropping jQuery Mobile into your sites folder and turning on Web Sharing via System Prefs. From there, you'll find a URL where you can browse folders in your sites directory from a browser.
Another quick way to get up and running is to download and install MAMP for Mac OSX. Once installed, just open MAMP, click preferences, go to the Apache tab, and select your local jQuery Mobile folder as the root. Then you can open a browser to http://localhost:8888 to preview the code.