diff --git a/Readme.markdown b/Readme.markdown index 68a8894..2baeb49 100644 --- a/Readme.markdown +++ b/Readme.markdown @@ -15,7 +15,7 @@ Mac/Linux/Unix Installation 1. Go to http://x-plane.com/pg_downloads.html and download the demo (this takes the longest) 2. Download source code 3. Execute "sudo easy_install numpy twisted" in the terminal -4. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshot below) +4. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshots below) 5. Run "python shumai.py" in the command line Windows Installation @@ -26,7 +26,7 @@ Windows Installation 4. Install the 32-bit numpy package http://sourceforge.net/projects/numpy/files/ (Make sure it's for Python 2.6) 5. Install the 32-bit twisted package http://twistedmatrix.com/ (Make sure it's for Python 2.6) 6. Right-click on My Computer and go to Properties. This pops up a dialogue box of system information; click on the Advanced tab and then on the Environment Variables button. In the new dialogue that pops up, click on the Path variable in the System Variables box; then click the Edit button. Place your cursor in the Variable Value textbox, right before the final double-quote of the string. Type a semicolon (to separate the previous value from the one you're about to add) and then type the location of the python executable on your system—probably something like "C:\Python26". Click OK until you're out of all the dialogue boxes. Now, when you type python at any DOS command prompt, Windows will be able to automatically find and run the correct executable. -7. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshot below) +7. Start X-Plane and set the checkbox that outputs data (Input/Output in the menus then see screenshots below) 8. Run "python shumai.py" in the command line Future @@ -78,4 +78,5 @@ Performance X-Plane Config -------- -![X-Plane Config](http://dronedynamics.com/xplane_config.png) \ No newline at end of file +![X-Plane Config](http://dronedynamics.com/xplane_config.png) +![X-Plane Data](http://dronedynamics.com/xplane_data.png) \ No newline at end of file