diff options
author | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:35:55 -0500 |
---|---|---|
committer | Waylan Limberg <waylan@gmail.com> | 2012-03-07 23:35:55 -0500 |
commit | 91f022a2e6f677162df477108cae5698a866f746 (patch) | |
tree | 7fee458ab718839ae3f219d87eacc960fa86cbf6 /docs/install.txt | |
parent | a3d1c761999a08974a9fdfe9636ff9f7aa6b5863 (diff) | |
download | markdown-91f022a2e6f677162df477108cae5698a866f746.tar.gz markdown-91f022a2e6f677162df477108cae5698a866f746.tar.bz2 markdown-91f022a2e6f677162df477108cae5698a866f746.zip |
Added siteindex to docs.
Diffstat (limited to 'docs/install.txt')
-rw-r--r-- | docs/install.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/install.txt b/docs/install.txt index cb20a73..776bb17 100644 --- a/docs/install.txt +++ b/docs/install.txt @@ -21,8 +21,8 @@ or That's it! Your ready to [use](reference.html) Python-Markdown. Enjoy! -Installing on Windows ---------------------- +Installing on Windows {: #windows } +----------------------------------- Download the Windows installer (.exe) from [PyPI](http://pypi.python.org/pypi/Markdown) @@ -41,8 +41,8 @@ the Scripts directory is `C:\PythonXX\Scripts\` (were "XX" is the Python version number, i.e., "27"). Adjust the path according to your system and add to your system path. -Installing on *nix Systems --------------------------- +Installing on *nix Systems {: #linux } +-------------------------------------- From the command line do the following (where 2.x is the version number): @@ -53,8 +53,8 @@ From the command line do the following (where 2.x is the version number): See [PyPI](http://pypi.python.org/pypi/Markdown) for all available versions. -Using the Git Repository ------------------------- +Using the Git Repository {: #git } +---------------------------------- If you're the type that likes to live on the edge, you may want to keep up with the latest additions and bug fixes in the repository between releases. |