From 552748f6547c9ae6fced9dfa3d4837ecb9081e18 Mon Sep 17 00:00:00 2001 From: JamesWrigley Date: Mon, 2 Sep 2024 16:19:54 +0200 Subject: [PATCH] Document how to install the API --- docs/internals.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/internals.md b/docs/internals.md index 7fd3b479..85915056 100644 --- a/docs/internals.md +++ b/docs/internals.md @@ -26,6 +26,9 @@ conda activate damnit pip install '.[gui,backend]' ``` +If you only need the API there's no need to clone the repo, `pip install +damnit` should be sufficient. + ## Deployment on Maxwell DAMNIT is deployed in a stable and beta module on Maxwell: ```bash