diff options
-rw-r--r-- | python/README.md | 6 |
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. |