updated readme
This commit is contained in:
parent
d1e7009433
commit
ac5f90651f
9 changed files with 16 additions and 15 deletions
19
README.md
19
README.md
|
@ -86,15 +86,28 @@ Data should be sent and received via MQTT to an ESP32. The Pi acts as a sensor g
|
||||||
|
|
||||||
### Git Help
|
### Git Help
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### MarkDown Help
|
### MarkDown Help
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Html Help
|
### Html Help
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Css Help
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### JavaScript Help
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
### Jinja Help
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Arbeitsaufträge / Aufgabeneinteilung
|
## Arbeitsaufträge / Aufgabeneinteilung
|
||||||
|
|
||||||
|
|
BIN
gitHelp.png
BIN
gitHelp.png
Binary file not shown.
Before Width: | Height: | Size: 521 KiB |
BIN
htmlHelp.png
BIN
htmlHelp.png
Binary file not shown.
Before Width: | Height: | Size: 701 KiB |
BIN
images/cssHelp.png
Normal file
BIN
images/cssHelp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 430 KiB |
BIN
images/javascriptHelp.png
Normal file
BIN
images/javascriptHelp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 544 KiB |
BIN
images/jinjaHelp.png
Normal file
BIN
images/jinjaHelp.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 248 KiB |
BIN
mdHelp.png
BIN
mdHelp.png
Binary file not shown.
Before Width: | Height: | Size: 215 KiB |
|
@ -1,12 +0,0 @@
|
||||||
{ pkgs ? import <nixpkgs> {} }:
|
|
||||||
(pkgs.buildFHSUserEnv {
|
|
||||||
name = "venv";
|
|
||||||
targetPkgs = pkgs: (with pkgs; [
|
|
||||||
python312
|
|
||||||
python312Packages.pip
|
|
||||||
python312Packages.virtualenv
|
|
||||||
python312Packages.matplotlib
|
|
||||||
]);
|
|
||||||
runScript = "bash --init-file /etc/profile";
|
|
||||||
# runScript = "zsh";
|
|
||||||
}).env
|
|
Loading…
Add table
Add a link
Reference in a new issue