summarylogtreecommitdiffstats
path: root/emacs-pyvenv.install
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-pyvenv.install')
-rw-r--r--emacs-pyvenv.install18
1 files changed, 18 insertions, 0 deletions
diff --git a/emacs-pyvenv.install b/emacs-pyvenv.install
new file mode 100644
index 000000000000..d44452b749cd
--- /dev/null
+++ b/emacs-pyvenv.install
@@ -0,0 +1,18 @@
+post_install () {
+
+cat << EOF
+
+==> Add this code to your .emacs file to use the library:
+
+(require 'pyvenv)
+
+==> Or, with use-package:
+
+(use-package pyvenv)
+
+EOF
+}
+
+post_upgrade () {
+ post_install $1
+}