Reenforcements 2020-11-09 11:16:45 -05:00
commit c1100031b4
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -13,7 +13,7 @@ This project is a program for a CAD tool design class (ECE 487) at Miami Univers
# Installation
Python is required to run the program.
Python 2.7 is required to run the program.
PES-Embroidery also relies on a number of third party libraries:
@ -31,7 +31,7 @@ sudo pip install numpy svgpathtools pyembroidery pyglet
# Usage (Requires Python)
##### Sample command:
`python -i ./myVectorGraphic.svg -o ./myEmbroideryFile.pes -t 2.5 -d 10 -r -d`
`python src/main.py -i ./myVectorGraphic.svg -o ./myEmbroideryFile.pes -t 2.5 -d 10 -r -d`
##### Parameter details:
@ -65,4 +65,4 @@ General PES/PEC information and colors for PES version 1 taken from [here.](http
[pyEmbroidery](https://pypi.org/project/pyembroidery/)
Tux embroidery demo file from [here.](https://github.com/t2b/embroidery)
Tux embroidery demo file from [here.](https://github.com/t2b/embroidery)