mirror of
https://gitlab.com/fabinfra/fabaccess/pyfabapi.git
synced 2025-03-12 06:41:42 +01:00
updates part 2
This commit is contained in:
parent
17ad5eff19
commit
64a3e8b9b2
18
Pipfile
18
Pipfile
@ -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"
|
|
11
README.md
11
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 this repo with the option `--recursive` for submodules or run `git submodule update --init` if you did not
|
||||||
clone recursively.
|
clone recursively.
|
||||||
|
|
||||||
Installing dependencies using pipenv:
|
### Installing dependencies using pipenv:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ pipenv
|
$ pipenv install pycapnp
|
||||||
|
```
|
||||||
|
|
||||||
|
### Installing dependencies natively:
|
||||||
|
|
||||||
|
#### Archlinux
|
||||||
|
```shell
|
||||||
|
pacman -S python-pycapnp
|
||||||
```
|
```
|
1
pycapnp
1
pycapnp
@ -1 +0,0 @@
|
|||||||
Subproject commit d49f4a9813ac9c3100f63b11d4dc47ceb3397b75
|
|
1
schema
1
schema
@ -1 +0,0 @@
|
|||||||
Subproject commit aea03aabe3d1322892c1896ba757ceeedb92ed73
|
|
Loading…
x
Reference in New Issue
Block a user