### Install from PyPi Source: https://github.com/danielyaa5/qtfaststart2/blob/master/README.md Install the package using pip. ```bash pip install qtfaststart2 ``` -------------------------------- ### Install from source Source: https://github.com/danielyaa5/qtfaststart2/blob/master/README.md Install the package from source code. ```bash python setup.py install ``` -------------------------------- ### Usage without installing Source: https://github.com/danielyaa5/qtfaststart2/blob/master/README.md Run the script directly from the source directory without installing. ```bash $ bin/qtfaststart2 infile [outfile] ``` -------------------------------- ### Windows Usage Source: https://github.com/danielyaa5/qtfaststart2/blob/master/README.md How to run the script on Windows. ```bash > python -m qtfaststart2 ... ``` -------------------------------- ### List atoms Source: https://github.com/danielyaa5/qtfaststart2/blob/master/README.md List top-level atoms and their order in the file. ```bash $ bin/qtfaststart2 --list infile ``` -------------------------------- ### Basic Usage Source: https://github.com/danielyaa5/qtfaststart2/blob/master/README.md Basic command-line usage for processing a file. If outfile is not present then the infile is overwritten. ```bash $ qtfaststart2 infile [outfile] ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.