Skip to content

Commit

Permalink
Fix consistency in README
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini committed Sep 23, 2022
1 parent 444e32f commit 8ae8d63
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 @@ -77,7 +77,7 @@ or using GitHub (always the newest version).
pip install git+https://github.com/UMEssen/FHIR-PYrate.git
```

These two commands only install the packages needed for `Pirate`. If you also want to use the `Miner` or the `DicomDownloader`, then you need to install them as extra dependencies with
These two commands only install the packages needed for **Pirate**. If you also want to use the **Miner** or the **DicomDownloader**, then you need to install them as extra dependencies with
```bash
pip install "fhir-pyrate[miner]" # only for miner
pip install "fhir-pyrate[downloader]" # only for downloader
Expand Down Expand Up @@ -107,7 +107,7 @@ and then run
poetry lock
```

Also in poetry, the above only installs the packages for `Pirate`. If you also want to use the `Miner` or the `DicomDownloader`, then you need to install them as extra dependencies with
Also in poetry, the above only installs the packages for **Pirate**. If you also want to use the **Miner** or the **DicomDownloader**, then you need to install them as extra dependencies with
```bash
poetry add "fhir-pyrate[miner]" # only for miner
poetry add "fhir-pyrate[downloader]" # only for downloader
Expand Down Expand Up @@ -242,7 +242,7 @@ and `date_end` param to the `sail_through_search_space` function.
**Note** that if the `date_init` or `date_end` parameters are given as strings, they will be converted
to `datetime.datetime` objects, so any non specified parameters (month, day or time) will be assumed
according to the `datetime` workflow, and then converted to string according to the `time_format`
specified in the `Pirate` constructor.
specified in the **Pirate** constructor.

A problematic aspect of the resources is that the date in which the resource was acquired is defined
using different attributes. Also, some resources use a fixed date, other use a time period.
Expand Down

0 comments on commit 8ae8d63

Please sign in to comment.