Installing volare doesn’t work. I performed ```# ...
# sky130
v
Installing volare doesn’t work. I performed
Copy code
# 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
m
@Vitit Kantabutra From a
caravel_user_project
clone, you should be able to run
make pdk-with-volare
. It will create a virtual environment in the
venv
directory.
You can activate the environment with
source venv/bin/activate
v
OK, thanks, Never worked with a clone before. Am downloading GIT desktop right now.
GitHub complained thus: fatal: repository ‘caravel_user_project’ does not exist.
m
Try
git clone <https://github.com/efabless/caravel_user_project>
from Linux.
v
Will do, thanks.