added a smol readme
This commit is contained in:
parent
24a2bf55af
commit
0b93c4e3f9
1 changed files with 20 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -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
|
||||
```
|
Loading…
Reference in a new issue