aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-21 20:03:18 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-21 20:03:18 -0300
commit76ab4b2550ccda5f5e5385cddc64b8f976449363 (patch)
tree540c4c3a3b4fe8b7aba556b483c6c68cf38c08e9 /python
parentadc39c77f6111a38da82636f75e1880ac2d49f4f (diff)
downloadapps-76ab4b2550ccda5f5e5385cddc64b8f976449363.tar.gz
apps-76ab4b2550ccda5f5e5385cddc64b8f976449363.tar.bz2
Adds python/README.md
Diffstat (limited to 'python')
-rw-r--r--python/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/README.md b/python/README.md
new file mode 100644
index 0000000..9ef034b
--- /dev/null
+++ b/python/README.md
@@ -0,0 +1,6 @@
+Python default project path
+===========================
+
+This folder is reserved for user locally installed python scripts and modules.
+Just set your environment variable `$PYTHONPATH` to this folder to make those
+scripts and modules available to the python interpreter.