Could somebody provide step-by-step instruction about how to get installed BeatifulSoup4 in venv?
Python 3.7
I've created a folder and activated venv. Next I tried with 'pip3 install BeatifulSoup4' and got this error: No matching distr for dound for BeatifulSoup4'
Then I tried to install with this command: sudo apt-get install python3-bs4
It installed. But when I run my script I received this error: Cannot import name BeatifulSoup from bs4
Help, please