Skip to content
Snippets Groups Projects
Commit 464ec147 authored by Christian Darsow-Fromm's avatar Christian Darsow-Fromm
Browse files

split doc an package

parent 492484b6
No related branches found
No related tags found
No related merge requests found
...@@ -19,10 +19,18 @@ package: ...@@ -19,10 +19,18 @@ package:
stage: build stage: build
script: script:
- make bdist - make bdist
- make doc
artifacts: artifacts:
paths: paths:
- dist - dist
expire_in: 1 week
docs:
image: lasnq/nqontrol
stage: build
script:
- make doc
artifacts:
paths:
- doc/_build/html - doc/_build/html
expire_in: 1 week expire_in: 1 week
......
...@@ -34,7 +34,8 @@ More distribution methods will follow. ...@@ -34,7 +34,8 @@ More distribution methods will follow.
To install the dependencies on a Unix system, use: To install the dependencies on a Unix system, use:
```bash ```bash
make requirements make requirements # to install in a virtualenv
make requirements-user # to install on user level
``` ```
The general version for the only non-Unix system is: The general version for the only non-Unix system is:
```bash ```bash
...@@ -48,11 +49,6 @@ The pythonic installation to the users site packages is done with: ...@@ -48,11 +49,6 @@ The pythonic installation to the users site packages is done with:
python3 setup.py install --user python3 setup.py install --user
``` ```
### Windows
Install the `*.exe`. I don't know, what happens with the dependencies.
Maybe it needs little work to install them automatically.
## Install the ADwin Library ## Install the ADwin Library
### On Linux ### On Linux
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment