Having trouble with beautifulsoup install? Need help getting it set up? or What’s the easiest way to

18 Replies, 1233 Views

Virtualenv is def the way to go for beautifulsoup install. Here’s how I do it:

```
python -m venv myenv
source myenv/bin/activate # or myenv\Scripts\activate on Windows
pip install beautifulsoup4
```

No more dependency clashes!

Messages In This Thread



Users browsing this thread: 1 Guest(s)