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