git submodule update --init --recursive --remote
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
jupyter notebook
git submodule update --recursive --remote
git submodule update --init --recursive --remote
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
jupyter notebook
git submodule update --recursive --remote
GNU General Public License v3.0