forked from Wobbl/Bread_Editor
Updated README.md
This commit is contained in:
parent
7035800384
commit
e2350c3711
1 changed files with 16 additions and 0 deletions
16
README.md
16
README.md
|
@ -9,3 +9,19 @@ So I just made one.
|
||||||
| Feature | Description | State |
|
| Feature | Description | State |
|
||||||
|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|
|
|--------------------------------|------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------|
|
||||||
| Editing of basic image formats | If u have a very simple black/white image format<br/>where single bits control the color,<br/>the editor can highlight the enabled bits. | <input type="checkbox" disabled checked /> Implemented |
|
| Editing of basic image formats | If u have a very simple black/white image format<br/>where single bits control the color,<br/>the editor can highlight the enabled bits. | <input type="checkbox" disabled checked /> Implemented |
|
||||||
|
|
||||||
|
## Setup
|
||||||
|
|
||||||
|
To be able to use this program,\
|
||||||
|
you have to clone the repository, install the requirements and make the file called "main.py" executable.\
|
||||||
|
You can do that using these commands:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
git clone git@teapot.informationsanarchistik.de:Wobbl/Bread_Editor.git
|
||||||
|
cd Bread_Editor
|
||||||
|
pip install -r requirements.txt
|
||||||
|
chmod +x main.py
|
||||||
|
```
|
||||||
|
|
||||||
|
Now you can execute the program using `./main.py`.
|
||||||
|
You can also create a desktop shortcut to the file.
|
Loading…
Reference in a new issue