From 0b93c4e3f9497cc24ebd6c7c182490e84afae544 Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 23 Aug 2020 21:40:58 +1000 Subject: [PATCH] added a smol readme --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ca6076 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +buypeeb +=== + +buypeeb is a program for a certain mini wifeoid that should make her life a little bit easier =u= + +## installing +you'll need to make sure you have [the requirements for pygobject](https://pygobject.readthedocs.io/en/latest/getting_started.html) installed before you can `pip install`. +``` +git clone https://git.bune.city/lynnesbian/buypeeb/ +cd buypeeb +virtualenv venv +source venv/bin/activate +pip install -r requirements.txt +``` + +## running +``` +source venv/bin/activate +./buypeeb.py +```