Skip to content

Commit a75b7b8

Browse files
authored
Update README.md
1 parent 2acb8e9 commit a75b7b8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,9 @@ Linux: Go to terminal and run "buildlinux.sh" bash script
7272
4. Switch to the dist directory and find the compiled executable file, such as exe or bin file
7373
# Use
7474
Under most Unix-like systems, run "./binpython" to run, double-click to run under Windows
75+
76+
## Configuration files and default startup configuration
77+
78+
Create "startup.conf" in the same level directory, the content of the file is the default startup Python script, such as "startupfile.py", the next time you open binpython, the startup script configured in "startup.conf" will be started by default
79+
80+
Create "binpython_config" folder including "welcome.py", "version.py", "help.txt", put the startup script every time binpython is opened in "welcome.py", "version.py" will Displayed when the --help parameter is used, "help.txt" is put into the display text when the -h parameter is used. If one of the above files is missing or not configured, the default script and text for binpython will be displayed

0 commit comments

Comments
 (0)