Salar Houshvand ([email protected])
Mark Sokolov ([email protected])
Create a virtual environment:
python3 -m venv python_venv
You need to activate the virtual environment when you want to use it:
source python_venv/bin/activate
To fufil all the requirements for the python server, you need to run:
pip3 install -r requirements.txt
sudo apt-get install python3 python3-pip
pip3 install bs4
Because we are now inside a virtual environment. We do not need sudo.
Then you can start the server with:
python3 crawler_api_v2.py