I created the venv by using these commands:and then this,Then I ran this command: To clone Porcupine demo repositoryAnd then this command: To create and activate the virtual environment I believe, this was the question you asked meAnd then to install python dependencies:Im not sure why specifically to use venv. Im using chatgpt to help me with this since Im very new to this stuff and chatgpt suggested we should create it and then activate it to keep the project specific stuff at one place so that it wont get mixed up with other stuff.
I know using GPT might be the dumbest thing to do, but Im learning and refining on how things work on RPi, so again apologies in advance if all of this seems dumb
Thanks and grateful
Code:
sudo apt updateCode:
sudo apt updateCode:
git clone https://github.com/Picovoice/porcupine.gitcd porcupine/demo/pythonCode:
python3 -m venv envsource env/bin/activateCode:
pip install -r requirements.txtI know using GPT might be the dumbest thing to do, but Im learning and refining on how things work on RPi, so again apologies in advance if all of this seems dumb
Thanks and grateful
Statistics: Posted by CrazzyElectron — Tue Jun 17, 2025 5:19 am