Skip to content
Snippets Groups Projects
Commit 15675b09 authored by Nils Brüggemann's avatar Nils Brüggemann
Browse files

doc: Introduce way to install also dependencies

parent de538127
No related branches found
No related tags found
1 merge request!44Resolve "PyPi packaging issues"
...@@ -19,6 +19,12 @@ cd pyicon ...@@ -19,6 +19,12 @@ cd pyicon
pip install -e . pip install -e .
``` ```
For a more complete installation that includes dependencies for testing,
debugging and compiling the documentation use:
```
pip install -e .[full]
```
### On an arbitrary system ### On an arbitrary system
pyicon is developed for python 3.8 or later. Other versions might work as well but are not supported so far. pyicon is developed for python 3.8 or later. Other versions might work as well but are not supported so far.
...@@ -37,6 +43,12 @@ cd pyicon ...@@ -37,6 +43,12 @@ cd pyicon
pip install -e . pip install -e .
``` ```
For a more complete installation that includes dependencies for testing,
debugging and compiling the documentation use:
```
pip install -e .[full]
```
The above instructions will provide a minimum python environment that will be sufficient for most applications. The above instructions will provide a minimum python environment that will be sufficient for most applications.
However, some more advanced features might require the installation of further python packages. However, some more advanced features might require the installation of further python packages.
For a complete list of python packages that is supposed to cover all aspects can be obtained from the latest For a complete list of python packages that is supposed to cover all aspects can be obtained from the latest
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment