Skip to content

CarstenHa/uricollector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Linux install example

Install into a virtual environment

git clone https://github.com/CarstenHa/uricollector
python3 -m venv /path/to/uricollector
cd /path/to/uricollector
source bin/activate
bin/pip install requests
bin/pip install googlesearch-python
deactivate

Upgrade VE (e.g. after Linux Release-Upgrade)

# Upgrade VE
python3 -m venv --upgrade /path/to/uricollector
cd /path/to/uricollector
# Update uricollector
git pull
# Upgrade packages
source bin/activate
bin/pip install -U requests googlesearch-python
deactivate

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages