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
4646``` bash
4747git clone https://github.com/opsdisk/pagodo.git
4848cd pagodo
49- virtualenv -p python3.7 .venv # If using a virtual environment.
49+ python3 -m venv .venv # If using a virtual environment.
5050source .venv/bin/activate # If using a virtual environment.
5151pip install -r requirements.txt
5252```
Original file line number Diff line number Diff line change 1717# Custom Python libraries.
1818
1919
20- __version__ = "2.4 .0"
20+ __version__ = "2.5 .0"
2121
2222
2323class Pagodo :
Original file line number Diff line number Diff line change 11beautifulsoup4 == 4.12.2
22requests == 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