Save the daily trending Github respositories
python3 -m venv venv
python -m venv venv
source venv/bin/activate
venv\Scripts\activate.bat
which python
it should point to the python in venv
pip install -r requirements.txt
Save the daily trending Github respositories
python3 -m venv venv
python -m venv venv
source venv/bin/activate
venv\Scripts\activate.bat
which python
it should point to the python in venv
pip install -r requirements.txt