Downloading for Linux
Run the following in a shell,
(install python3 and wxpython) (for example, with apt-get) sudo apt-get install python3 sudo apt-get install python3-wxgtk4.0 cd ~/Downloads wget https://github.com/moltenform/labs_youthful_projects/releases/download/07_2020/cellrename.1.12_src.tar.gz tar -xzf cellrename.1.12_src.tar.gz cd cellrename.1.12_src python3 ./main.py ---------- or, if you'd rather use python2, sudo apt-get install python2.7 sudo apt-get install python-wxgtk3.0 ... python2 ./main.py
SHA-256
cellrename.1.12.tar.gz 1720faa1e5e476b34c758f7b025019dd2bd53a5b17340023fe582f3e01212e77
Back