From fbaaee4cce6bf1e5a125e58be9898a2ca66c837f Mon Sep 17 00:00:00 2001 From: Leandro Date: Mon, 27 Apr 2020 13:49:06 -0300 Subject: [PATCH] Update Linux install info --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index c7756920..ec3f77a1 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,18 @@ sudo apt-get install python3.8-pip - run the file setup_ubuntu.sh and install all the dependencies with the command: ./setup_ubuntu.sh - if the previous command is successful and has no errors, run FlatCAM with the command: python3 FlatCAM.py +- Alternatively you can install it on Ubuntu with: +``` +# Optional if depencencies are missing +make install_dependencies + +# Install for the current user only (using the folder in its place) +make install + +# System-wide instalation +sudo make install +``` + 3. MacOS Instructions from here: https://gist.github.com/natevw/3e6fc929aff358b38c0a#gistcomment-3111878