mirror of
https://github.com/dcarrillo/digaws.git
synced 2024-11-14 22:51:13 +00:00
Update README.md to enforce the use of pipx for installing
This commit is contained in:
parent
b1f48d5534
commit
87618a960d
12
README.md
12
README.md
@ -1,6 +1,6 @@
|
||||
# digaws
|
||||
|
||||
The digaws lookup tool displays information for a given IP address (v4 o v6) or a CIDR, sourced from the AWS official IP ranges.
|
||||
The digaws lookup tool displays information for a given IP address (both v4 and v6) or a CIDR, sourced from the AWS official IP ranges.
|
||||
In order to save bandwidth and time this tool requests the [AWS IP ranges](https://ip-ranges.amazonaws.com/ip-ranges.json) and keeps
|
||||
a cached version until a new version is published.
|
||||
|
||||
@ -15,8 +15,16 @@ Tests are verified on Linux, macos and Windows.
|
||||
|
||||
## Install
|
||||
|
||||
### Using [pipx](https://pypa.github.io/pipx/#install-pipx) (this is the preferred way)
|
||||
|
||||
```bash
|
||||
pip install digaws
|
||||
pipx install digaws
|
||||
```
|
||||
|
||||
### Using pip
|
||||
|
||||
```bash
|
||||
pip install digaws --user
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
Loading…
Reference in New Issue
Block a user