I had trouble finding this command. I want to document it because I’ll forget.
- Create our virtual environment:
cd Documents
mkdir genie
cd genie
python3 -m venv .
source bin/activate - Then install pyATS:
pip install pyATS[library] –proxy http://myproxy.oscorplabs.com:80
That’s it.