]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commitdiff
$-># for install prompt
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Jul 2006 21:53:31 +0000 (21:53 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 13 Jul 2006 21:53:31 +0000 (21:53 +0000)
doc/build/content/tutorial.txt

index 80f2d447228af093a75a5b5fa5d49f972e425e64..5a0ae8f4163bd77982b36a1dc58f6c7667fd9ec5 100644 (file)
@@ -12,7 +12,7 @@ Installation
 
 Installing SQLAlchemy from scratch is most easily achieved with [setuptools][].  ([setuptools installation][install setuptools]). Just run this from the command-line:
     
-    $ easy_install SQLAlchemy
+    # easy_install SQLAlchemy
 
 This command will download the latest version of SQLAlchemy from the [Python Cheese Shop][cheese] and install it to your system.
 
@@ -22,7 +22,7 @@ This command will download the latest version of SQLAlchemy from the [Python Che
 
 Otherwise, you can install from the distribution using the `setup.py` script:
 
-    $ python setup.py install
+    # python setup.py install
 
 ### Installing a Database API {@name=dbms}