We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creating a virtual environment: python3 -m venv test
python3 -m venv test
Activating virtual environment: source test/bin/activate
source test/bin/activate
Install dependencies: (test) pip install pika
(test) pip install pika
Might need to install json: (test) pip install json
(test) pip install json
Run script: (test) python3 test.py
(test) python3 test.py
Leaving the virtual environment: deactivate
deactivate