Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Özgür Ozan Sen
ogs
Commits
cf28ca63
Verified
Commit
cf28ca63
authored
1 year ago
by
Lars Bilke
Browse files
Options
Downloads
Patches
Plain Diff
[web] Made installing master pip package more prominent.
parent
60816372
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
web/content/docs/userguide/basics/introduction/index.md
+7
-14
7 additions, 14 deletions
web/content/docs/userguide/basics/introduction/index.md
web/layouts/shortcodes/ogs-last-release.html
+4
-0
4 additions, 0 deletions
web/layouts/shortcodes/ogs-last-release.html
with
11 additions
and
14 deletions
web/content/docs/userguide/basics/introduction/index.md
+
7
−
14
View file @
cf28ca63
...
@@ -53,8 +53,11 @@ A straightforward way of installing OGS is via Python's [`pip`-tool](https://pac
...
@@ -53,8 +53,11 @@ A straightforward way of installing OGS is via Python's [`pip`-tool](https://pac
python
-m
venv
.
venv
python
-m
venv
.
venv
.
\venv\Scripts\Activate.ps1
.
\venv\Scripts\Activate.ps1
# Install
ogs' pip package
# Install
latest ogs release ({{< ogs-last-release >}}) via pip:
pip
install
ogs
pip
install
ogs
# OR: Install latest ogs master (weekly) via pip:
pip
install
--pre
--index-url
https://gitlab.opengeosys.org/api/v4/projects/120/packages/pypi/simple
ogs
```
```
If you get errors when calling the
`Activate.ps1`
script you have to run the following command once:
If you get errors when calling the
`Activate.ps1`
script you have to run the following command once:
...
@@ -72,9 +75,11 @@ Set-Execution-Policy Unrestricted -Scope CurrentUser
...
@@ -72,9 +75,11 @@ Set-Execution-Policy Unrestricted -Scope CurrentUser
python
-m
venv .venv
# or `python3 -m venv .venv`
python
-m
venv .venv
# or `python3 -m venv .venv`
source
.venv/bin/activate
source
.venv/bin/activate
# Install
ogs' pip package
# Install
latest ogs release ({{< ogs-last-release >}}) via pip:
pip
install
ogs
pip
install
ogs
# OR: Install latest ogs master (weekly) via pip:
pip
install
--pre
--index-url
https://gitlab.opengeosys.org/api/v4/projects/120/packages/pypi/simple ogs
```
```
</div>
</div>
...
@@ -94,18 +99,6 @@ virtual environment, or add this path to your `PATH`-environment. Moreover, `pip
...
@@ -94,18 +99,6 @@ virtual environment, or add this path to your `PATH`-environment. Moreover, `pip
You could also use
[
`pipx`
](
https://pypa.github.io/pipx/
)
for installation into an isolated environment.
You could also use
[
`pipx`
](
https://pypa.github.io/pipx/
)
for installation into an isolated environment.
<div
class=
"note"
>
### Get current development version with `pip`
The following command will download the latest development version:
```
bash
pip
install
--pre
--index-url
https://gitlab.opengeosys.org/api/v4/projects/120/packages/pypi/simple ogs
```
</div>
<div
class=
'win'
>
<div
class=
'win'
>
<div
class=
"note"
>
<div
class=
"note"
>
...
...
This diff is collapsed.
Click to expand it.
web/layouts/shortcodes/ogs-last-release.html
0 → 100644
+
4
−
0
View file @
cf28ca63
{{- $mysection := site.GetPage "/releases/" -}}
{{- range first 1 $mysection.Pages -}}
{{- .Params.tag -}}
{{- end -}}
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