If you prefer to run the program directly from the main.py file, follow these OS-specific instructions.
1. Download the Code
- Click the green
<> Code ▼button toward the very top of this page, and clickDownload ZIP.
2. Install Dependencies
After extracting the folder, open your Terminal (or Command Prompt) in the relevant directory.
-
Windows:
cd path\to\Windows_and_Linux pip install -r requirements.txt
-
Linux:
cd /path/to/Windows_and_Linux pip3 install -r requirements.txt
Of course, you'll need to have Python installed!
3. Run the Program
-
Windows:
python main.py # Tip: If you want Writing Tools to remain running even after you close your Terminal window, run `pythonw main.py` instead of `python main.py`. -
Linux:
python3 main.py