Mentions légales du service

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

README.md edited online with Bitbucket

parent 1e3e1312
No related branches found
No related tags found
No related merge requests found
......@@ -16,14 +16,13 @@ In `fenics.yaml`, add `numpy` & `scipy` in the list of requested packages, and s
### Installation
Get the code:
```
> git clone git@bitbucket.org:mgenet/dolfin_dic.git
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 be able to load the library within python, the simplest is to add the folder containing `dolfin_dic` to the `PYTHONPATH` environment variable:
```
> export PYTHONPATH=$PYTHONPATH:/path/to/folder
export PYTHONPATH=$PYTHONPATH:/path/to/folder
```
(To make this permanent, add the line to `~/.bashrc`.)
Then you can load the library within python:
(To make this permanent, add the line to `~/.bashrc`.) Then you should be able to load the library within python:
```
> import dolfin_dic as ddic
```
\ No newline at end of file
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