File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,26 @@ PyARINC424 is a tool that parses an [ARINC-424](https://en.wikipedia.org/wiki/AR
2323- Special Use Airspace, Primary and Continuation (UR)
2424- Grid MORA (AS)
2525
26+ ## Installation
27+ PyARINC424 can be installed from PyPI using ` pip ` :
28+ ``` sh
29+ pip install pyarinc424
30+ ```
31+
32+ If using ` uv ` , ` pyarinc424 ` can be installed as a tool and executed globally:
33+ ``` sh
34+ # Add as tool
35+ uv tool install pyarinc424
36+
37+ # Usage
38+ pyarinc424 my_config.ini
39+ ```
40+
2641## Config File
2742By default, the program looks for a ` config.ini ` file in the application ` src ` directory.
2843You can specify a different config path by passing it as an argument:
2944``` sh
30- python main.py /path/to/my_config.ini
45+ pyarinc424 /path/to/my_config.ini
3146```
3247
3348The config can be set up for * either* PostgreSQL or SQLite.
You can’t perform that action at this time.
0 commit comments