Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iWisp360 committed May 10, 2024
1 parent a2eaae8 commit aab1567
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
/anime-fetch.deb
.idea/
anime-fetch-0.1.2.deb
main_api/__pycache__/
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ Don't worry! I'm here to save your life with `anime-fetch`, a CLI tool written i

## How to Install

1- You have to install the dependencies for `anime-fetch`

### Ubuntu/Debian based

```sh
sudo apt install python3-pip && pip install --break-system-packages animeflv
```
Install the .deb package in Releases with the tools offered within your distro, if they aren't included you can install gdebi

Then you can install the package with the tools offered within your distro, if they aren't included you can install gdebi
For other distros you can download the bin included in Releases, install bs4 and cloudscraper for python and move the bin to your $PATH

```sh
sudo apt install gdebi
Expand Down

0 comments on commit aab1567

Please sign in to comment.