Installation¶
Requirements¶
First, make sure you have Python 3.10 or later installed. You can check this by running:
python --version
If needed, you can download the latest version of Python from python.org.
Install¶
The package is published on PyPI and can be installed with pip (or any equivalent):
pip install flysight2csv
💡 TIP: Consider using pipx or a virtual environment to avoid installing packages globally.
Once that completes, reopen your terminal and run flysight2csv --help to confirm it is installed correctly.
Troubleshooting¶
Additional help with pip is available at the pip documentation.
See also the troubleshooting section for common issues.
Next Steps¶
Next, see the section about usage to see how to use it.