Skip to content
Rock Storm edited this page Mar 13, 2022 · 2 revisions

Windows

Windows installation works best with Powershell. Make sure you have a python 3 environment installed.

Prerequisites:

  1. git installed
  2. python 3 installed
  3. lxml downloaded and installed (https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml)
git clone https://github.com/kliment/Printrun.git
cd Printrun
py -3 -m venv venv
venv\Scripts\activate
pip install wheel
pip install lxml‑4.2.3‑cp37‑cp37m‑win_amd64.whl
python -m pip install Cython
python setup.py build_ext --inplace
python -m pip install -r requirements.txt
Clone this wiki locally