Skip to content

Installation

jmg1138 edited this page Oct 25, 2017 · 17 revisions

From Source Code

Prerequisites

First, install these prerequisites:

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 Python3.

python3 tmpNote.py
Clone this wiki locally