Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 1e3e1312 authored by Martin Genet's avatar Martin Genet
Browse files

README.md edited online with Bitbucket

parent 0ceed963
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ git clone https://bitbucket.org/fenics-project/fenics-developer-tools.git
cd fenics-developer-tools
cp install/profiles/fenics.Linux.yaml fenics.yaml
```
In fenics.yaml, add numpy & scipy in the requested packages, and set vtk_wrap_python to true.
In `fenics.yaml`, add `numpy` & `scipy` in the list of requested packages, and set `vtk_wrap_python` to true. Then run the installation again:
```
./install/fenics-install.sh fenics.yaml
```
......@@ -18,7 +18,7 @@ Get the code:
```
> git clone git@bitbucket.org:mgenet/dolfin_dic.git
```
To load the library within python, the simplest is to add the folder containing dolfin_dic to `PYTHONPATH`:
To load the library within python, the simplest is to add the folder containing `dolfin_dic` to `PYTHONPATH`:
```
> export PYTHONPATH=$PYTHONPATH:/path/to/folder
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment