Changes

Jump to navigation Jump to search
927 bytes removed ,  10:15, 12 November 2015
no edit summary
Line 45: Line 45:  
* Feature 3
 
* Feature 3
   −
===Requirements===
+
==Hardware==
* Microsoft Windows XP or later.
  −
* Intel Core 2 Duo E8600 or higher.
  −
* Python
     −
==Installation==
  −
===Windows 7 64-bit===
  −
#Step 1
  −
#Step 2
  −
#Step 3
  −
  −
==Configuration==
  −
General settings.
  −
For CMD commands, you can use this format:<br/>
  −
<code style="background-color:#000; color:#fff; padding:1px 3px;">ping 127.0.0.1 -n 50 -l 1024</code>
  −
  −
=== License ===
  −
License setup.
      
==Usage==
 
==Usage==
 
Templates and how-to's go here.
 
Templates and how-to's go here.
  −
===Python===
  −
  −
<syntaxhighlight lang="python" line>
  −
#In the syntaxhighlight tag, change lang value to desired language.
  −
#For the list of supported languages, see http://www.mediawiki.org/wiki/Extension:SyntaxHighlight_GeSHi#Supported_languages
  −
  −
def main():
  −
    """Lots of useless code here."""
  −
    if True:
  −
        print "Hello, world!"
  −
        return None # Explicitly returning None!
  −
    else:
  −
        raise Exception
  −
  −
if __name__ == "__main__":
  −
    main()
  −
</syntaxhighlight><br/>
  −
  −
<!-- Room for extra headers, like ==Course==, or ==Troubleshooting== -->
      
==See Also== <!-- Optional -->
 
==See Also== <!-- Optional -->
733

edits

Navigation menu