From: Mike Bayer Date: Thu, 13 Jul 2006 21:53:31 +0000 (+0000) Subject: $-># for install prompt X-Git-Tag: rel_0_2_6~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d0b0c6ec3502a74f5009774e32d4a65ebd719521;p=thirdparty%2Fsqlalchemy%2Fsqlalchemy.git $-># for install prompt --- diff --git a/doc/build/content/tutorial.txt b/doc/build/content/tutorial.txt index 80f2d44722..5a0ae8f416 100644 --- a/doc/build/content/tutorial.txt +++ b/doc/build/content/tutorial.txt @@ -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}