From d0b0c6ec3502a74f5009774e32d4a65ebd719521 Mon Sep 17 00:00:00 2001 From: Mike Bayer Date: Thu, 13 Jul 2006 21:53:31 +0000 Subject: [PATCH] $-># for install prompt --- doc/build/content/tutorial.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.47.3