diff options
| author | nicolasjon <nick@zbm2.com> | 2020-12-24 11:55:32 +0000 |
|---|---|---|
| committer | nicolasjon <nick@zbm2.com> | 2020-12-24 11:55:32 +0000 |
| commit | 237d227df6b5074ffa2608201ec0d5023d861d59 (patch) | |
| tree | 6d05b5d99c11154f145c0669ffce39a655bcc5b9 | |
| parent | d3be1fe2ce7e9d3581bc3ad44664e9ddce5b3aa1 (diff) | |
| download | chirp-237d227df6b5074ffa2608201ec0d5023d861d59.tar.gz chirp-237d227df6b5074ffa2608201ec0d5023d861d59.tar.xz | |
wxPython update
| -rw-r--r-- | README.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -6,6 +6,8 @@ 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. +py3-CHIRP will use the wxPython GUI toolkit. Code using the Gtk GUI will be migrated. + ## 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: @@ -14,22 +16,17 @@ py3-CHIRP has been tested in Python3.9 on various platforms. Known dependencies - future - six - pypiwin32 (for Windows) -- pyGObject +- pyGObject (For the time being) ## Testing For a list of supported radios (tested and untested) see [RADIOS.md](https://github.com/mpoletiek/py3-CHIRP/blob/main/RADIOS.md) -Depending on the platform you're testing on, you should use a different script to start CHIRP. - -### Linux & MacOS -`chirpw` +Script to start CHIRP. -### Windows +### Linux & MacOS & Windows `chirpwx.py` - - ## The Story When I first started using Gentoo again CHIRP was still a part of the main Gentoo Portage Repository. |
