Create a virtual environment, install dependencies and load environment variables.
mkvirtualenv simpledatamigrate -p $(which python3.7)
dev/setup_venv.sh
source dev/env_develop
Note that this project uses Alea's pydevlib, so take a look at its README or run the command pydevlib
from the virtual environment to see a summary of the available commands.