0
How to install any pup
Hfyiydiyfi6ri6fidiydiyf
4 Antworten
+ 4
*Pikachu Pika are you referring to anaconda's library PUP
Unfortunately, you can't use the anaconda environment here to my knowledge...
On Bash:
conda create -n pup_env
conda activate pup_env
conda install pup
Pup is a Python library designed to simplify the process of writing Puppeteer scripts. Puppeteer is a Node.js library that provides a high-level API for controlling headless Chrome or Chromium. Pup is essentially a Python wrapper around Puppeteer, making it easier for Python developers to leverage its powerful features.
In essence, Pup provides a convenient way to automate tasks that involve interacting with web pages using a headless browser.
+ 1
Pikachu Pika I'm guessing you are referring to this
import os
__import__('os').system("pip -qq install --upgrade pip")
Please use proper tags such as python pip libraries
and clarify your description
+ 1
PUP = Potentially Unwanted Program? To install that you might need to disable antivirus.
What is it that you want to install? Please don't use gibberish in tags and description.