examples netlist...

main
jebba 2022-01-15 00:41:40 -07:00
parent c00ac1f83e
commit 8c66ed8681
1 changed files with 2 additions and 2 deletions

View File

@ -25,10 +25,10 @@ HOWTO use.
``` ```
# Process netlist with live view. # Process netlist with live view.
python3 pcb.py --v 1 netlist.pcb | python3 view.py python3 pcb.py --v 1 examples/netlist.pcb | python3 view.py
# Process netlist, redirect to "anim" file. # Process netlist, redirect to "anim" file.
python3 pcb.py --v 1 netlist.pcb > anim python3 pcb.py --v 1 examples/netlist.pcb > anim
# View "anim" file using aggDraw. # View "anim" file using aggDraw.
python3 view.py anim python3 view.py anim