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