- in SVG parser modified some imports to be one on each line

- fixed the Tcl Command BBox (leftovers from recent global changes)
- fixed some typos in strings reported by @pcb-hobbyst on FlatCAM forum
This commit is contained in:
Marius Stanciu
2020-04-28 19:34:23 +03:00
committed by Marius
parent f03d6bfda4
commit 35674c9647
9 changed files with 18 additions and 12 deletions

View File

@@ -22,6 +22,7 @@ Menu -> Help -> About FlatCAM -> Programmers -> Marius Stanciu
- Unzip them on a HDD location that your user has permissions for.
1.Windows
- download the provided installer (for your OS flavor 64bit or 32bit) from:
https://bitbucket.org/jpcgt/flatcam/downloads/
- execute the installer and install the program. It is recommended to install as a Local User.
@@ -61,6 +62,7 @@ cd D:\FlatCAM_beta
python FlatCAM.py
2.Linux
- make sure that Python 3.8 is installed on your OS and that the command: python3 -V confirm it
- verify that the pip package is installed for your Python installation (e.g 3.8) by running the command:
```