FYI everybody, after having told everyone how to u...
# chipalooza
t
FYI everybody, after having told everyone how to use "CACE" in the workshop, I'm moving ahead with various fixes and upgrades. If you haven't yet cloned the repository, then if you want to get the same repository that I showed in the workshop, then I have tagged that version, so do:
Copy code
git clone <https://github.com/efabless/cace>
git checkout v2.0.3
Leo Moser and I are working on getting CACE to look more like a "proper" application. Feel free to use the latest version (that is, don't do the
git checkout
command above), but see the new install instructions in the README.md file. The tool now installs with
pip
and becomes an application you can run by typing
cace-gui
(or
cace
for the CLI version) from the Linux command line.
1
a
I successfully installed cace with
Copy code
pip install git+<https://github.com/efabless/cace.git>
I think it would be great to have that on the installation methonds in the README.md
l
Hi @aquiles viza, we are currently working on packaging CACE for PyPI. The first version has now been uploaded and the README is updated. You should be able to install cace via
pip3 install cace
👍