Skip to content

Commit

Permalink
add usage to README
Browse files Browse the repository at this point in the history
  • Loading branch information
San-WierPa committed Jun 26, 2024
1 parent b689136 commit 7ecb740
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,22 @@ crucial for accurate data interpretation.

## Installation

Easy:

```sh
python -m pip install pyexafs
```

## Usage

To use the `pyexafs` package, run the following command and provide the path to your data file:

```sh
python -m pyexafs <path_to_data_file>
```

For example:

```sh
python -m pyexafs /path/to/your/datafile.txt
```

0 comments on commit 7ecb740

Please sign in to comment.