Trelby is a screenplay writing program. See http://www.trelby.org/ for more details.
This is a fork of the original codebase from https://github.com/trelby/trelby.
We're in the process of merging back into that project. Please file new issues and Pull Requests there.
The major difference of this fork is conversion to Python 3. I also have a list of possible enhancements in mind, and I'd love help updating the Windows packaging so that I can provide a Windows build.
-
git clone https://github.com/limburgher/trelby.git
-
cd trelby
-
pip3 install -r requirements.txt
Depending on your python version, you might run into wxWidgets/Phoenix#2296. We recommend executingpip3 install attrdict3
before installing the requirements in that case. If that still doesn't work, we recommend upgrading your python version. -
./bin/trelby
Download and install the .deb file for Ubuntu, Debian, or Raspian here:
https://software.opensuse.org//download.html?project=home%3Agwync&package=trelby
- or -
-
make deb
-
Install the resulting .deb file.
sudo dnf install trelby
Currently unsupported, see above.