소스 검색

fix: [install crawler] remove old python requirement

pull/519/head
Terrtia 1 년 전
부모
커밋
4ad6b37701
No known key found for this signature in database GPG 키 ID: 1E1B1F50D84613D0
  1. 9
      crawler_hidden_services_install.sh

9
crawler_hidden_services_install.sh

@ -8,10 +8,10 @@ install_docker() {
sudo docker pull scrapinghub/splash;
}
install_python_requirement() {
. ./AILENV/bin/activate;
pip3 install -U -r crawler_requirements.txt;
}
# install_python_requirement() {
# . ./AILENV/bin/activate;
# pip3 install -U -r crawler_requirements.txt;
# }
install_all() {
read -p "Do you want to install docker? (use local splash server) [y/n] " -n 1 -r
@ -20,7 +20,6 @@ install_all() {
then
install_docker;
fi
install_python_requirement;
}
usage() {

불러오는 중...
취소
저장