We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ sudo apt-get install python3-pip
$ pip3 install --user virtualenv
$ python3 -m virtualenv venv
$ source venv/bin/activate
$ pip freeze > requirements.txt
$ pip install -r requirements.txt
$ deactivate
There was an error while loading. Please reload this page.