From 12c57fa8ff5d92f5ad496a9be1f1e0891b04bb91 Mon Sep 17 00:00:00 2001 From: Wolf Vollprecht Date: Sun, 7 Jun 2015 11:26:41 +0200 Subject: [PATCH] Updated Readme with more installation instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ab5e026..7617cfc 100644 --- a/README.md +++ b/README.md @@ -6,5 +6,8 @@ Uberwriter is a GTK+ based distraction free Markdown editor, mainly developed by To use uberwriter, please make sure you have some dependencies installed: - Pandoc, the program used to convert Markdown to basically anything else (the package name should be pandoc in most distributions) -- Use pip to install python dependencies: `sudo pip3 install -r requirements` +- Use pip to install python dependencies: `sudo pip3 install -r requirements.txt` - Of course, gtk3 etc. needs to be installed as well since this is a gtk application + - Please find these packages on your distribution: `python3 python3-regex python3-distutils-extra python3-levenshtein python3-enchant python3-gi python3-cairo` + +It should be possible to install UberWriter with `sudo python3 setup.py install --root=/`