We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff7efb commit 859cff9Copy full SHA for 859cff9
1 file changed
README.md
@@ -0,0 +1,12 @@
1
+Personal Python Startup File
2
+============================
3
+
4
+Python allows for a startup file to be run anytime you open a Python
5
+interpreter. This one doesn't do a ton beyond colorizing the prompts.
6
7
+On Linux, this can be managed (I believe) as a "regular" homeshick castle.
8
9
+On Windows, clone the diretory, install the requirements, and then run
10
+`load-windows.py`. The last script adds the appropriate key to the Windows
11
+registry so the Startup file will be loaded. The cloned repo will need to
12
+remain on disk.
0 commit comments