diff options
| author | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-11 09:57:54 -0600 |
|---|---|---|
| committer | Matthew Poletiek <matthew.poletiek@gmail.com> | 2020-12-11 09:57:54 -0600 |
| commit | c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903 (patch) | |
| tree | 93b90acd1829cbd1399a0ab78e02a39ee50326cb /README.md | |
| parent | cffa8faf99be5e752dcaa6c6572c1a2b26ae7664 (diff) | |
| download | chirp-c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903.tar.gz chirp-c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903.tar.xz | |
README.md update
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -6,6 +6,26 @@ The official CHIRP project's main branch does not support Python 3 and depends o py3-CHIRP is a fork of the py3 branch of the official CHIRP project with some syntax fixes that seem to be leftover from Python2. +## Dependencies + +py3-CHIRP has been tested in Python3.9 on various platforms. Known dependencies that don't come out of the box with Python are as follows: +- pyserial +- wxpython +- future +- six +- pypiwin32 (for Windows) + +## Testing + +Depending on the platform you're testing on, you should use a different script to start CHIRP. + +### Linux & MacOS +`chirpw` + +### Windows +`chirpwx.py` + + ## The Story When I first started using Gentoo again CHIRP was still a part of the main Gentoo Portage Repository. |
