From e489e21dd084589524a9d7f8d234a250faad54bf Mon Sep 17 00:00:00 2001 From: Reenforcements Date: Tue, 13 Aug 2019 13:17:06 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4afaa5..374ceae 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,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: @@ -63,4 +63,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) \ No newline at end of file +Tux embroidery demo file from [here.](https://github.com/t2b/embroidery) From 03ddc326182d6065e1eec91857d5047202ebf8d0 Mon Sep 17 00:00:00 2001 From: Nic Mendoza Date: Thu, 6 Feb 2020 17:22:06 -0500 Subject: [PATCH 2/2] Clearer usage example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 374ceae..32d78ea 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,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: