Skip to content

Commit 30c3a34

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
merge
2 parents 0ce7ccb + 4308eb0 commit 30c3a34

2 files changed

Lines changed: 19 additions & 4 deletions

File tree

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,25 @@ mpv, firefox, python, venv e pip
33

44
# Instalar
55
Clone o repositório e execute os seguintes comandos.
6+
7+
## Linux
68
```bash
79
python3 -m venv venv
810
source ./venv/bin/activate
911
pip3 install -r requirements.txt
1012
./build.sh
1113
```
1214

15+
## Windows
16+
```powershell
17+
python -m venv venv
18+
venv/Scripts/activate.ps1
19+
pip install -r requirements.txt
20+
pip install windows-curses
21+
pyinstaller --onefile main.py -n ani-tupi
22+
```
23+
Depois, adicione o diretório dist que foi gerado pelo pyinstaller a variável de sistema PATH. Reinicie seu terminal.
24+
1325
# Usar
1426
Basta usar agora.
1527
```bash

todo.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
create querying algorithm to get slug form
2-
see how to create interactive mode
3-
use jq to parse sugoi api
4-
fuckin learn that regex bullshit crap and sed
1+
create algorithm to remember which anime i watched and where I stopped
2+
skip openings
3+
skip preview
4+
simulcast
5+
download
6+
take from more websites in case animefire dosen't work
7+

0 commit comments

Comments
 (0)