Update README
This commit is contained in:
parent
da10eed84e
commit
549ec2ea7f
|
@ -32,7 +32,7 @@ $ make install
|
||||||
```
|
```
|
||||||
|
|
||||||
Every new Python packages and dependencies will be installed in the
|
Every new Python packages and dependencies will be installed in the
|
||||||
Python user site packages (under $HOME/.local/ tree).
|
Python user site packages (under *$HOME/.local/* tree).
|
||||||
|
|
||||||
You can also use a Python virtual environment
|
You can also use a Python virtual environment
|
||||||
|
|
||||||
|
@ -66,7 +66,9 @@ Begin by generating an input file with default values:
|
||||||
$ eps generate
|
$ eps generate
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, edit this input file according to your needs and compute
|
It will create a default input file (Data/epsilon.dat).
|
||||||
|
Then, edit this input file according to your needs. You can find some details
|
||||||
|
about the allowed values of input parameters [here](./DESC) and launch a calculation.
|
||||||
|
|
||||||
```
|
```
|
||||||
$ eps compute Data/epsilon.dat
|
$ eps compute Data/epsilon.dat
|
Loading…
Reference in New Issue