# Ensure that you have python3.7 or later, with the corresponding venv package
# For example, on Ubuntu 16.04:
sudo apt install python3.8 python3.8-venv
# Set up virtualenv
python3 -m venv venv
source venv/bin/activate
pip install -U pip
pip install -e .
python -m remass
### File selection widget
# With dummy file hierarchy
python -m remass.fileselect
# With backed up tablet files
python -m remass.fileselect --bp path/to/backup/xochitl/
### File hierarchy parsing
python -m remass.filesystem path/to/backup/xochitl/
### Dev/debug functionality without TUI:
python -m remass.dev -h
# --list List all files
# --search foo Find all files which contain *foo*
# --export UUID Export the corresponding notebook