Compare commits
2 Commits
7863a7cfe3
...
f58acf5107
Author | SHA1 | Date | |
---|---|---|---|
|
f58acf5107 | ||
|
f787d3c049 |
@@ -16,7 +16,7 @@ steps:
|
||||
- python setup.py sdist
|
||||
- name: Versie toevoegen aan download
|
||||
environment:
|
||||
DOWNLOADDIR: /usr/share/nginx/html/download/python/ddOperApi
|
||||
DOWNLOADDIR: /usr/share/nginx/html/download/python/ddoperapi
|
||||
commands:
|
||||
- mkdir -p "$${DOWNLOADDIR}"
|
||||
- cd dist
|
||||
|
10
README.md
10
README.md
@@ -22,6 +22,16 @@ inclusief:
|
||||
* Autenticatie via certificaten.
|
||||
* Access functies voor de resultaten.
|
||||
|
||||
## Installatie
|
||||
|
||||
De package is op dit moment nog niet beschikbaar via [PyPI](https://pypi.org/).
|
||||
De package is beschikbaar via https://marceln.org/download/python
|
||||
|
||||
Het installeren gaat via:
|
||||
```
|
||||
pip install -i https://marceln.org/download/python ddOperApi
|
||||
```
|
||||
|
||||
## De inhoud van de git repository
|
||||
|
||||
TODO: Aanpassen aan module
|
||||
|
Reference in New Issue
Block a user