We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc75aa commit c69f048Copy full SHA for c69f048
examples/ptpython_config/config.py
@@ -1,7 +1,9 @@
1
"""
2
Configuration example for ``ptpython``.
3
4
-Copy this file to ~/.ptpython/config.py
+Copy this file to ~/.ptpython/config.py on windows use
5
+`os.path.expanduser("~/.ptpython/config.py")` to find the
6
+correct location.
7
8
from __future__ import unicode_literals
9
from prompt_toolkit.filters import ViInsertMode
0 commit comments