Installation ============ The ``webgpu`` package is available on PyPI and can also be installed from source. A recent Python (3.8+) and a browser with WebGPU support (Chrome, Edge, or another browser with WebGPU enabled) are required. **Install from PyPI**:: pip install webgpu **Install from a local checkout**:: git clone https://github.com/CERBSim/webgpu cd webgpu pip install -e . After installation, open a Jupyter notebook and proceed to the :doc:`guide` to get started.