File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Scripts are written for Python 3.6+. Clone the git repository and install the r
46
46
``` bash
47
47
git clone https://github.com/opsdisk/pagodo.git
48
48
cd pagodo
49
- virtualenv -p python3.7 .venv # If using a virtual environment.
49
+ python3 -m venv .venv # If using a virtual environment.
50
50
source .venv/bin/activate # If using a virtual environment.
51
51
pip install -r requirements.txt
52
52
```
Original file line number Diff line number Diff line change 17
17
# Custom Python libraries.
18
18
19
19
20
- __version__ = "2.4 .0"
20
+ __version__ = "2.5 .0"
21
21
22
22
23
23
class Pagodo :
Original file line number Diff line number Diff line change 1
1
beautifulsoup4 == 4.12.2
2
2
requests == 2.31.0
3
- yagooglesearch == 1.7.0
3
+ yagooglesearch == 1.8.2
You can’t perform that action at this time.
0 commit comments