Modified:
/wiki/InstallationGuide.wiki
=======================================
--- /wiki/InstallationGuide.wiki Tue Jul 12 13:29:47 2011
+++ /wiki/InstallationGuide.wiki Tue Jul 26 14:18:40 2011
@@ -16,7 +16,7 @@
==<a name="installation-source">Installation from Source (*Strongly
reccomended*):</a>==
_PyPhon is still in development, and many features are still being
implemented. The current version available in Source will have
functionality missing in released versions._
<ul>
-<li>Download source from the Source tab above.</li>
+<li>Download source from the Source tab above and unzip it.</li>
<li>Open a command line terminal:
<ul>
<li>Mac OS X: Open Applications/Terminal</li>
@@ -27,18 +27,12 @@
</ul>
{{{
-cd [your installation directory]/pyphon-1.1.0
+cd [your download directory]/pyphon-1.6.0
python setup.py install
}}}
=<a name="usage">Usage: command-line tools</a>=
-You first need to open a command line terminal:
-<ul>
-<li>Mac OS X: Open Applications/Terminal</li>
-<li>Windows: Open Start-All Programs-Accessories-Command Prompt</li>
-<li>Linux/UNIX: You know where to look.</li>
-</ul>
<p>You may now interact with PyPhon through the following commands. A
tutorial is available [Tutorial_VowelHarmony here]. Argument structures and
basic help for each command can be found by running the command with no
arguments.</p>
==pyphon_makemodel.py==