Skip to content

Commit

Permalink
Reword install from requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
BasPH committed Dec 11, 2023
1 parent b994d9f commit 26dc8ad
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,11 @@ Since this repository is built only for example purposes, we publish a Python pa
pip install -i https://test.pypi.org/simple/ democorp-airflow
```

Or when installing from a requirements.txt file:
Or define the package in a requirements.txt file and install using `pip install -r requirements.txt`:

```text
```
--extra-index-url https://test.pypi.org/simple
democorp_airflow
# Install with "pip install -r requirements.txt"
```

## Using the library
Expand Down

0 comments on commit 26dc8ad

Please sign in to comment.