Vitit Kantabutra
02/09/2025, 10:03 PM# To install (or upgrade)
python3 -m pip install --user --upgrade --no-cache-dir volare
# To verify it works: this said volare is not found.
volare --version
Mitch Bailey
02/09/2025, 11:25 PMcaravel_user_project
clone, you should be able to run make pdk-with-volare
. It will create a virtual environment in the venv
directory.Mitch Bailey
02/09/2025, 11:26 PMsource venv/bin/activate
Vitit Kantabutra
02/10/2025, 3:42 AMVitit Kantabutra
02/10/2025, 7:39 AMMitch Bailey
02/10/2025, 10:51 AMgit clone <https://github.com/efabless/caravel_user_project>
from Linux.Vitit Kantabutra
02/11/2025, 3:22 AM