-
Notifications
You must be signed in to change notification settings - Fork 997
Installation
Rock Storm edited this page Mar 13, 2022
·
2 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