On MacOS, open the Terminal app, paste the following into the command line, and press ‘Enter’:
git clone https://github.com/localauthor/poem-machine && cd poem-machine && ./poem-machine.py
To reopen after your initial installation, open the Terminal app again, paste in the following, and press ‘Enter’:
cd poem-machine && ./poem-machine.py
To use a custom text (option #6 in the first prompt):
- Put a plaintext file (.txt) into the directory ‘poem-machine/texts/’
- Run the program
- Choose option #6
- Type the full name of the file, including the .txt extention