How to run a Flask Linux-only App on Windows – The AFPy Site

There are in the Python world many Flask Linux-only apps. However in many case, with some twerking we can make them work on Windows. We’ll take the case of the AFPy site. First fork the AFPy site Then clone it git clone https://github.com/<your-username>/site.git The makefile looks like this VENV = $(PWD)/.env PIP = $(VENV)/bin/pip PYTHON …

How to run a Flask Linux-only App on Windows – The AFPy Site Read More »