Skip to content

Commit

Permalink
Add dynamic pip install URL
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarber-akamai committed Feb 14, 2023
1 parent 9e9d93e commit f408126
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 f408126

Please sign in to comment.