Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pyicon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nils Brüggemann
pyicon
Commits
15675b09
Commit
15675b09
authored
2 weeks ago
by
Nils Brüggemann
Browse files
Options
Downloads
Patches
Plain Diff
doc: Introduce way to install also dependencies
parent
de538127
Branches
feature-ccrs
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!44
Resolve "PyPi packaging issues"
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/doc-installation.md
+12
-0
12 additions, 0 deletions
doc/doc-installation.md
with
12 additions
and
0 deletions
doc/doc-installation.md
+
12
−
0
View file @
15675b09
...
...
@@ -19,6 +19,12 @@ cd pyicon
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
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
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.
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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment