aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.md
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:52:12 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:52:12 +0000
commit1e5312c01ce7246b883bdc580ae0a92bc9d66de4 (patch)
tree1a110fa9fa982e746b1969458c5b9d373c70a38c /INSTALL.md
parente0ae7d50955861449eb995f2f5e1412fde1e5c8e (diff)
parentb8ef043a4bce3c0e0c3a83a5309c17d1962be972 (diff)
downloadmarkdown-android14-mainline-media-release.tar.gz
Change-Id: I021ab2574e0bc70425aee49ea94e466a9011b001
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
new file mode 100644
index 0000000..a314fb6
--- /dev/null
+++ b/INSTALL.md
@@ -0,0 +1,9 @@
+Installing Python-Markdown
+==========================
+
+As an Admin/Root user on your system do:
+
+ pip install markdown
+
+Or for more specific instructions, view the documentation in `docs/install.md`
+or on the website at <https://Python-Markdown.github.io/install/>.