Files
flatcam-wsl/setup_ubuntu.sh
Marius Stanciu cb7bcf257f - fixed some leftovers due of recent changes in the theme management
- added a new feature (new modules are required) in the Image Plugin (Menu -> File -> Import -> Import Image) that allow tracing images. This may allow engraving pictures.
- started to add UI's for the Excellon Editor Tools (really early work)
2022-04-23 18:12:43 +03:00

57 lines
799 B
Bash

#!/bin/sh -e
# Ubuntu packages
sudo apt-get install -y \
libfreetype6 \
libfreetype6-dev \
libgeos-dev \
libpng-dev \
libspatialindex-dev \
qt5-style-plugins \
python3-dev \
python3-gdal \
python3-pip \
python3-pyqt6 \
python3-pyqt6.qtopengl \
python3-simplejson \
python3-tk
# ################################
# Python packages
sudo -H python3 -m pip install --upgrade \
pip \
numpy \
shapely \
rtree \
tk \
lxml \
cycler \
python-dateutil \
kiwisolver \
dill \
vispy \
pyopengl \
setuptools \
svg.path \
freetype-py \
fontTools \
rasterio \
ezdxf \
matplotlib \
qrcode \
pyqt6 \
reportlab \
svglib \
pyserial \
pikepdf \
foronoi \
ortools \
pyqtdarktheme \
darkdetect \
svgtrace
# OR-TOOLS package is now optional
# ################################