### Install graphsense-lib Source: https://graphsense.org/documentation.html Installs the graphsense-lib package with all optional dependencies. Requires Python 3.10+. ```bash uv add graphsense-lib[all] ``` -------------------------------- ### Build graphsense-dashboard for development Source: https://graphsense.org/documentation.html Starts a development server for the graphsense-dashboard. Requires NodeJS. ```bash make serve ``` -------------------------------- ### Build graphsense-dashboard for production Source: https://graphsense.org/documentation.html Creates a production build of the graphsense-dashboard. Requires NodeJS. ```bash make build ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.