Merge pull request #122 from akamhy/update-readme

add conda install and related links and tell users that they can copy…
This commit is contained in:
Akash Mahanty 2022-01-27 00:25:49 +05:30 committed by GitHub
commit e84ba9f2c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,18 +31,31 @@ These three APIs can be accessed via the waybackpy either by importing it in a s
### 🏗 Installation
Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)), from [PyPI](https://pypi.org/) (recommended):
**Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)), from [PyPI](https://pypi.org/) (recommended)**:
```bash
pip install waybackpy
```
Install directly from [this git repository](https://github.com/akamhy/waybackpy) (NOT recommended):
**Using [conda](https://en.wikipedia.org/wiki/Conda_(package_manager)), from [conda-forge](https://anaconda.org/conda-forge/waybackpy) (recommended)**:
See also [waybackpy feedstock](https://github.com/conda-forge/waybackpy-feedstock), maintainers are [@rafaelrdealmeida](https://github.com/rafaelrdealmeida/),
[@labriunesp](https://github.com/labriunesp/)
and [@akamhy](https://github.com/akamhy/).
```bash
conda install -c conda-forge waybackpy
```
**Install directly from [this git repository](https://github.com/akamhy/waybackpy) (NOT recommended)**:
```bash
pip install git+https://github.com/akamhy/waybackpy.git
```
### 🐳 Docker Image
Docker Hub : <https://hub.docker.com/r/secsi/waybackpy>
@ -112,11 +125,10 @@ https://web.archive.org/web/20171206002737/http://pypi.org:80/
#### As a CLI tool
Demo video:
Demo video on [asciinema.org](https://asciinema.org), you can copy the text from video:
[![asciicast](https://asciinema.org/a/464367.svg)](https://asciinema.org/a/464367)
> CLI documentation is at <https://github.com/akamhy/waybackpy/wiki/CLI-docs>.
### 🛡 License