From 64a3e8b9b2824038c2a8a57cfac2b0e0bd21d40c Mon Sep 17 00:00:00 2001 From: Nadja Reitzenstein Date: Thu, 28 Apr 2022 18:07:10 +0200 Subject: [PATCH] updates part 2 --- Pipfile | 18 ------------------ README.md | 11 +++++++++-- pycapnp | 1 - schema | 1 - 4 files changed, 9 insertions(+), 22 deletions(-) delete mode 100644 Pipfile delete mode 160000 pycapnp delete mode 160000 schema diff --git a/Pipfile b/Pipfile deleted file mode 100644 index 6a49e65..0000000 --- a/Pipfile +++ /dev/null @@ -1,18 +0,0 @@ -[[source]] -url = "https://pypi.org/simple" -verify_ssl = true -name = "pypi" - -[packages] -pkgconfig = "*" -pytest = "*" -sphinx-multiversion = "*" -tox = "*" -Jinja2 = "*" -Cython = "*" -Sphinx = "*" - -[dev-packages] - -[requires] -python_version = "3.10" diff --git a/README.md b/README.md index 0c7a637..2f97fab 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,15 @@ Small library to give access to the FabAccess API for administration and develop 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: +### Installing dependencies using pipenv: ```shell -$ pipenv +$ pipenv install pycapnp +``` + +### Installing dependencies natively: + +#### Archlinux +```shell +pacman -S python-pycapnp ``` \ No newline at end of file diff --git a/pycapnp b/pycapnp deleted file mode 160000 index d49f4a9..0000000 --- a/pycapnp +++ /dev/null @@ -1 +0,0 @@ -Subproject commit d49f4a9813ac9c3100f63b11d4dc47ceb3397b75 diff --git a/schema b/schema deleted file mode 160000 index aea03aa..0000000 --- a/schema +++ /dev/null @@ -1 +0,0 @@ -Subproject commit aea03aabe3d1322892c1896ba757ceeedb92ed73