Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
toargridding
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
esde
toar-public
toargridding
Commits
c7806eec
Commit
c7806eec
authored
10 months ago
by
Carsten Hinz
Browse files
Options
Downloads
Patches
Plain Diff
added switching to dev branch for installation instructions
parent
97e8d060
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Creation of first beta release version
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-4
8 additions, 4 deletions
README.md
with
8 additions
and
4 deletions
README.md
+
8
−
4
View file @
c7806eec
...
...
@@ -21,15 +21,19 @@ TBD, see pyproject.toml
Move to the folder you want to create download this project to.
Clone the project from its git repository
Clone the project from its git repository
either via git or as zip, tar etc
```
git clone https://gitlab.jsc.fz-juelich.de/esde/toar-public/toargridding.git
```
The handling of required packages is done with poetry.
For installing them go to the new created directory and run poetry
With git we need to checkout the development branch. Therefore we need to change to the project directory first:
```
cd toargridding
git checkout dev
```
The handling of required packages is done with poetry. So run poetry in the project directory:
```
poetry install
```
...
...
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