Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The Python package is named as `ppafm`.
The standard way of installing `ppafm` is:

```bash
$ pip install ppafm
pip install ppafm
```

This should install the package and all its dependencies.
Expand Down Expand Up @@ -48,8 +48,8 @@ To run them, navigate to the directory and run the `run.sh` script.
For example:

```bash
$ cd examples/PTCDA_single
$ ./run.sh
cd examples/PTCDA_single
./run.sh
```

You can study the script to see how to run the simulation.
Expand Down