Skip to content

Installation

jmg1138 edited this page Nov 8, 2017 · 17 revisions

From Source Code

Prerequisites

Python 2.7

Python

PyGTK

PyGTK

pip

pip

sudo apt install python-pip

Clone & Install Requirements

To install tmpNote from the source code repository:

clone https://github.com/nothingworksright/tmpNote.git
cd tmpNote
pip install -r requirements.txt

Run

Once the prerequisites have been installed, the source has been cloned, and the requirements have been installed, run the application using Python 2.7.

python tmpNote.py

Prebuilt Windows Distribution

Created using pyinstaller, by running this command from a Windows 10 command prompt:

pyinstaller --onefile --windowed --icon=tmpNoteIcon.ico tmpNote.py

Click here to download a prebuilt release.

Clone this wiki locally