From bd8c4281d6acdedce5b725d1be9f8396ca76488b Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Sun, 17 Jan 2021 19:09:18 +0100 Subject: [PATCH] Initial installation instruction --- README.md | 13 ++++++++++++- requirements.txt | 2 ++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 08fc0d9..c18b02d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ # cutelog -Installation instruction for cutelog \ No newline at end of file +Installation instruction for cutelog + +## Create Virtualenv +virtualenv venv + +## Install Cutelog +source venv/bin/activate +pip install -r requirements.txt +deactivate + +# Open Cutelog +venv/bin/cutelog diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..45bef2c --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +pyqt5 +cutelog