Clone the repository and install the dependencies
pip install -r requirements.txt
Then add the following line to ~/.bashrc
alias memoz="python /path/to/cloned/repo/src"
Restart your terminal and enter the following command to start
memoz --migrate
Then run the app with
memoz
To see more detailed help
memoz --help