Skip to content

Commit

Permalink
readme updated
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinaGomoryova committed Jul 15, 2024
1 parent 00eef7c commit d4e88b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ cd rcx-tk
python -m pip install .
```

Upon installation, the tool can be run also using either the python3 or poetry:
The main functions are process_metadata_file and process_alkane_ri_file.

The tool can be run also using command-line interface, either by the python3 or poetry:

```console
python3 <path-to-__main.py__> --method='' <path-to-input-data> <path-to-output-data>
Expand All @@ -49,8 +51,6 @@ python3 <path-to-__main.py__> --method='' <path-to-input-data> <path-to-output-d
```console
poetry run rcx_tk --method='' <file-path-to-input-data> <file-path-to-output-data>
```


## Documentation

The project is documented [here](https://rcx-tk.readthedocs.io/en/latest/?badge=latest).
Expand Down

0 comments on commit d4e88b6

Please sign in to comment.