Skip to content

Commit

Permalink
Merge pull request #283 from lgarber-akamai/new/dynamic-readme-install
Browse files Browse the repository at this point in the history
new: Add dynamic `requirements.txt` URL in README
  • Loading branch information
lgarber-akamai authored Feb 14, 2023
2 parents 9e9d93e + f408126 commit b6bbe7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,11 @@ You can install the Linode collection with the Ansible Galaxy CLI:
ansible-galaxy collection install linode.cloud
```

The python module dependencies are not installed by `ansible-galaxy`. They can
The Python module dependencies are not installed by `ansible-galaxy`. They can
be manually installed using pip:

```shell
pip install -r requirements.txt
pip install -r https://raw.githubusercontent.com/linode/ansible_linode/main/requirements.txt
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions template/README.template.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ You can install the Linode collection with the Ansible Galaxy CLI:
ansible-galaxy collection install linode.cloud
```

The python module dependencies are not installed by `ansible-galaxy`. They can
The Python module dependencies are not installed by `ansible-galaxy`. They can
be manually installed using pip:

```shell
pip install -r requirements.txt
pip install -r https://raw.githubusercontent.com/linode/ansible_linode/{{collection_version}}/requirements.txt
```

## Usage
Expand Down

0 comments on commit b6bbe7e

Please sign in to comment.