aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Poletiek <matthew.poletiek@gmail.com>2020-12-24 06:56:02 -0600
committerGitHub <noreply@github.com>2020-12-24 06:56:02 -0600
commitbfea1f0f186ed9f8484968e8e04b10174f10999c (patch)
tree6d05b5d99c11154f145c0669ffce39a655bcc5b9
parent2ab1f3618f01fa3e1ebe53cbb58ce915269a3c74 (diff)
parent237d227df6b5074ffa2608201ec0d5023d861d59 (diff)
downloadchirp-bfea1f0f186ed9f8484968e8e04b10174f10999c.tar.gz
chirp-bfea1f0f186ed9f8484968e8e04b10174f10999c.tar.xz
Merge pull request #12 from nicolasjon/Doc-Updates
Doc updates
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/README.md b/README.md
index d1ff579..254e4be 100644
--- a/README.md
+++ b/README.md
@@ -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.