You can run Sketching.py just about anywhere you can execute Python. This includes servers which don't have desktop environments. For web, the pure Python wheel can be used (no external dependencies needed). Outside the browser, the minimum install:
pip install sketching[minimal]
This will enable use of the
Sketch2DStatic renderer built on top of
Pillow. It can be used in headless environments! Need more help getting started? See the
examples. Stuck? Visit the
community tab to chat online with other friendly users, let developers know about problems, and more.