From a4ec7b93013c224ea111bc317a75832036609d68 Mon Sep 17 00:00:00 2001 From: Mario Voigt Date: Mon, 3 Mar 2025 23:25:43 +0000 Subject: [PATCH] Redirect installation hints to docs.fab-access.org --- README.md | 18 ++---------------- 1 file changed, 2 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 2f97fab..d76fa47 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,6 @@ Small library to give access to the FabAccess API for administration and development -## Setup +## Documentation -Clone this repo with the option `--recursive` for submodules or run `git submodule update --init` if you did not -clone recursively. - -### Installing dependencies using pipenv: - -```shell -$ pipenv install pycapnp -``` - -### Installing dependencies natively: - -#### Archlinux -```shell -pacman -S python-pycapnp -``` \ No newline at end of file +Information about installation, usage and tips and tricks can be found at [docs.fab-access.org](https://docs.fab-access.org/books/schnittstellen-und-apis/page/fabaccess-api#bkmrk-pyfabapi). \ No newline at end of file