Updated README
This commit is contained in:
parent
0c20568a92
commit
329bd63fd7
14
README.md
14
README.md
@ -8,18 +8,22 @@
|
|||||||
This project started when I got a Thermal Printer from a friend. I don't really know if you can do anything more, but I guess it's fun.
|
This project started when I got a Thermal Printer from a friend. I don't really know if you can do anything more, but I guess it's fun.
|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Requirements
|
||||||
|
|
||||||
To make this project work, you will need :
|
To make this project work, you will need :
|
||||||
- [A Thermal Printer]( https://www.adafruit.com/product/597 )
|
- [A Thermal Printer](https://www.adafruit.com/product/597)
|
||||||
- A Raspberry Pi
|
- A Raspberry Pi
|
||||||
- Some electric wires.
|
- Some electric wires.
|
||||||
|
- Some knowledge of the command line
|
||||||
|
- 3h of your time
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
Start by following the guide [here](https://learn.adafruit.com/networked-thermal-printer-using-cups-and-raspberry-pi) to install the CUPS software needed to print images. You can also get some information from [here](https://learn.adafruit.com/mini-thermal-receipt-printer) and [here](https://learn.adafruit.com/instant-camera-using-raspberry-pi-and-thermal-printer) if you're stuck.
|
Start by following the guide [here](https://learn.adafruit.com/networked-thermal-printer-using-cups-and-raspberry-pi) to install the CUPS software needed to print images. You can also get some information from [here](https://learn.adafruit.com/mini-thermal-receipt-printer) and [here](https://learn.adafruit.com/instant-camera-using-raspberry-pi-and-thermal-printer) if you're stuck.
|
||||||
|
|
||||||
Then, setup the project :
|
Then, setup the project :
|
||||||
```
|
```
|
||||||
git clone https://github.com/N07070/LittlePrynter
|
git clone https://git.n07070.xyz/n07070/LittlePrynter
|
||||||
cd LittlePrynter
|
cd LittlePrynter
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
@ -37,13 +41,13 @@ Voilà !
|
|||||||
## More
|
## More
|
||||||
If you liked this project, feel free to support my work !
|
If you liked this project, feel free to support my work !
|
||||||
|
|
||||||
BTC : `1GYEiFSS7vbZXxDjKQavdaGsAEtvGjNWqb`
|
[https://n07070.xyz/post/about-me/about-me/](Donations welcome :-])
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
|
|
||||||
```
|
```
|
||||||
LittlePrynter
|
LittlePrynter
|
||||||
Copyright (C) 2018 N07070
|
Copyright (C) 2020 N07070
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
|
Loading…
Reference in New Issue
Block a user