Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NTRfC
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
Service Desk
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
TFD - Institut für Turbomaschinen und Fluid-Dynamik
tools
NTRfC
Commits
1b321107
Commit
1b321107
authored
1 year ago
by
Malte Nyhuis
Browse files
Options
Downloads
Patches
Plain Diff
readme update
parent
2d574a2a
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!58
warning removal
Pipeline
#15779
passed
1 year ago
Stage: build
Stage: test
Stage: quality
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.rst
+14
-12
14 additions, 12 deletions
README.rst
with
14 additions
and
12 deletions
README.rst
+
14
−
12
View file @
1b321107
...
...
@@ -41,31 +41,33 @@ For more information, see:
Installation from pypi
```
pip install ntrfc
```
pip install ntrfc
Installation from gitlab with pip
```
pip install git+https://gitlab.uni-hannover.de/tfd_public/tools/NTRfC.git
```
pip install git+https://gitlab.uni-hannover.de/tfd_public/tools/NTRfC.git
Installation from source
After cloning the repository, go to the project root dir and type
```
python setup.py install
```
python setup.py install
Editable installation from source with pip
After cloning the repository, go to the project root dir and type
```
pip install -e .
```
pip install -e .
This way you have NTRfC installed but the code is not installed, but linked to the source-code.
You don't have to reinstall the package after your edits.
...
...
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