-
Notifications
You must be signed in to change notification settings - Fork 1k
Installation
neofelis2X edited this page Jan 17, 2025
·
3 revisions
Windows installation works best with Powershell. Make sure you have a python 3 environment installed.
Prerequisites:
- git installed
- python 3 installed
- 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
Printrun | Repository | README | Wiki | Releases