-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
jmg1138 edited this page Oct 25, 2017
·
17 revisions
First, install these prerequisites:
To install tmpNote from the source code repository:
clone https://github.com/nothingworksright/tmpNote.git
cd tmpNote
pip install -r requirements.txt
Once the prerequisites have been installed, the source has been cloned, and the requirements have been installed, run the application using Python3.
python3 tmpNote.py
Created using pyinstaller, by running this command from a Windows 10 command prompt:
pyinstaller --onefile --windowed --icon=tmpNoteIcon.ico tmpNote.py
📓 tmpNote