aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMatthew Poletiek <matthew.poletiek@gmail.com>2020-12-11 09:57:54 -0600
committerMatthew Poletiek <matthew.poletiek@gmail.com>2020-12-11 09:57:54 -0600
commitc0603ec28f5b64cd03e4b01c51dfcbe4aee7e903 (patch)
tree93b90acd1829cbd1399a0ab78e02a39ee50326cb /README.md
parentcffa8faf99be5e752dcaa6c6572c1a2b26ae7664 (diff)
downloadchirp-c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903.tar.gz
chirp-c0603ec28f5b64cd03e4b01c51dfcbe4aee7e903.tar.xz
README.md update
Diffstat (limited to 'README.md')
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca1b1cc..21a5971 100644
--- a/README.md
+++ b/README.md
@@ -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.