# add the virtual environment virtualenv .venv # or, with python3 -m virtualenv .venv # activate it source .venv/bin/activate # install dependencies pip install ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results