MorseKOB / PyKOB

Python implementation of a library for Morse and MorseKOB functionality
https://sites.google.com/site/morsekob/morsekob40
MIT License
4 stars 2 forks source link

Add path to ls #369

Closed ChipEckardt closed 3 months ago

ChipEckardt commented 3 months ago

Documentation for installing on an Innovato Quadra may be missing having PyKOB/src.py in PATH. If you run "python3 Configure.py" from /PyKOB you receive errno 2 cannot find file/directory

AESilky commented 3 months ago

I updated the instructions (at the beginning of the post in the MorseKOB group: https://groups.io/g/morsekob/topic/98403094) to indicate that the utilities and applications are now in the src.py directory (rather than directly in the PyKOB directory), and that the name of the MKOB application changed from MKOB.pyw to MKOB.py. I also mentioned the MRT application (the command-line Morse Receive and Transmit application).