The easiest way to run Plot5D is to use uv.
git clone https://github.com/nplinden/Plot5D.git
cd Plot5D
uv run main.py
By default Plot5D will use port 8050, you can explicitely set a port using the -p
argument.
You can run the Flask server dash in debug mode using the -d
flag.