A question rather than an issue.
From the README.md :
Manual installation: python3 setup.py install or python setup.py install.
However, on a pristine cloned codebraid tree :
charpent@zen-book-flip:~/Dev/codebraid$ find . -iname "*setup*"
charpent@zen-book-flip:~/Dev/codebraid$
BTW :
charpent@zen-book-flip:~/Dev/codebraid$ pip list | grep setup
setuptools 75.6.0
types-setuptools 75.6
How can I install a (possibly patched) version of codebraid for testing ?
A question rather than an issue.
From the
README.md:Manual installation: python3 setup.py install or python setup.py install.However, on a pristine cloned codebraid tree :
BTW :
How can I install a (possibly patched) version of
codebraidfor testing ?