summaryrefslogtreecommitdiff
path: root/docs/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/README.txt')
-rw-r--r--docs/README.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/README.txt b/docs/README.txt
new file mode 100644
index 0000000..31e4fad
--- /dev/null
+++ b/docs/README.txt
@@ -0,0 +1,11 @@
+You need Sphinx too build this documentation. Or you can read it in ASCII. ;)
+
+Better run:
+
+# pip sphinx
+
+and once Sphinx is installed on your system, run:
+
+$ make html
+
+To build a copy of HTML'ed PySNMP documentation.