Update README

This commit is contained in:
Sylvain Tricot 2022-04-19 16:31:03 +02:00
parent da10eed84e
commit 549ec2ea7f
2 changed files with 4 additions and 2 deletions

View File

View File

@ -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