CLASS real space interface
07.2015: started by Max Beutelspacher
09.2018: improved by Georgios Samaras and released in class v2.7.0
10.2025: for v3.2.5: made compatible with python 3, credits Timothy Morton and Mowen Zhao


For installation of python packages, run

    pip install -r requirements.txt

To see the real space interface, go to this directory (external/RealSpaceInterface/) and launch the application with

    python tornadoserver.py

Then in any browser open the URL

    http://localhost:7777

------------------------------------------------------------

Cache files are located in cache/, so to clear the cache, run

    rm cache/*
