Projects STRLCPY stackexplain Commits ec36333b
🤬
  • ■ ■ ■ ■ ■
    README.md
    skipped 7 lines
    8 8   
    9 9  You can install `stackexplain` with pip:
    10 10   
    11  -`$ pip3 install stackexplain`
     11 +```bash
     12 +$ pip3 install stackexplain
     13 +```
    12 14   
    13 15  ## Usage
    14 16   
    15 17  Running a file with `stackexplain` is just as easy as running it normally:
    16 18   
    17  -`$ stackexplain [file_path]`
     19 +```bash
     20 +$ stackexplain [file_path]
     21 +```
    18 22   
    19 23  This will execute the file and, if an error is thrown, send the stack trace to ChatGPT and display its explanation in your terminal.
    20 24   
    skipped 4 lines
Please wait...
Page is in error, reload to recover