Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
LDD-for-two-phase-flow-systems
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
Container registry
Model registry
Operate
Environments
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
David Seus
LDD-for-two-phase-flow-systems
Commits
104966fb
Commit
104966fb
authored
4 years ago
by
David Seus
Browse files
Options
Downloads
Patches
Plain Diff
correct some minor typos
parent
96c0a7e5
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Setup/README.md
+6
-5
6 additions, 5 deletions
Setup/README.md
with
6 additions
and
5 deletions
Setup/README.md
+
6
−
5
View file @
104966fb
...
@@ -122,12 +122,12 @@ Have a look around running `ls`. You should see the folder `shared` from where
...
@@ -122,12 +122,12 @@ Have a look around running `ls`. You should see the folder `shared` from where
you are, which should be the fenics home directoy.
you are, which should be the fenics home directoy.
## Install missing python3 modules
## Install missing python3 modules
Once you are in the container navigate into the
`Setup`
of the cloned repository.
Once you are in the container navigate into the
`Setup`
folder
of the cloned repository.
T
his should be achieved by running
If you followed the steps above, t
his should be achieved by running
cd shared/Setup
cd shared/Setup
within the container. Upgrade pip by running
within the container. Upgrade
the python package manager
`
pip
`
by running
sudo pip3 install --upgrade pip
sudo pip3 install --upgrade pip
...
@@ -149,7 +149,7 @@ you might have to run
...
@@ -149,7 +149,7 @@ you might have to run
sudo pip3 --use-feature=2020-resolver install pandas
sudo pip3 --use-feature=2020-resolver install pandas
on offending packages
.
in this case and similary on offending packages listed in the warning
.
In case you get a warning like this
In case you get a warning like this
~~~
~~~
WARNING: The scripts f2py, f2py3 and f2py3.6 are installed in '/home/fenics/.local/bin' which is not on PATH.
WARNING: The scripts f2py, f2py3 and f2py3.6 are installed in '/home/fenics/.local/bin' which is not on PATH.
...
@@ -165,7 +165,8 @@ Finally, add the `LDDsimulation` folder to your python path by adding
...
@@ -165,7 +165,8 @@ Finally, add the `LDDsimulation` folder to your python path by adding
~~~
bash
~~~
bash
export
PYTHONPATH
=
${
PYTHONPATH
}
:
${
HOME
}
/shared/LDDsimulation/:
export
PYTHONPATH
=
${
PYTHONPATH
}
:
${
HOME
}
/shared/LDDsimulation/:
~~~
~~~
to ~/fenics.env.conf.
to
`~/fenics.env.conf`
. Failing to do so will result in complaints of missing
modules if you run an LDDsimulation based example.
After steeing this you need to exit the container (by typing
`exit`
) and
After steeing this you need to exit the container (by typing
`exit`
) and
step in again, to make changes effective.
step in again, to make changes effective.
...
...
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