For anyone like myself on Ubuntu 20.04 and needing to install everything to get this working:
$ lsb_release -a # my host for reference No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.5 LTS Release: 20.04 Codename: focal sudo apt update && sudo apt upgrade -y sudo apt install software-properties-common -y # https://askubuntu.com/questions/1398568/installing-python-who-is-deadsnakes-and-why-should-i-trust-them sudo add-apt-repository ppa:deadsnakes/ppa sudo apt install python3.10 python3.10-distutils python3.10-dev -y wget https://bootstrap.pypa.io/get-pip.py python3.10 get-pip.py pip3.10 install git+https://github.com/SEIAROTg/autobean # Download main.py from https://replit.com/@SEIAROTg/autobeanrefactor-example#main.py python3.10 main.py -- You received this message because you are subscribed to the Google Groups "Beancount" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/f5f2e700-f01e-47eb-bff4-c09675c58156n%40googlegroups.com.
