AKA Project Sentinal (We will FIND You!!)
python3 -m venv netdrift
source netdrift/bin/activate
pip install -r requirements.txt
pip install --trusted-host pypi.org --trusted-host files.pythonhosted.org -r requirements.txt
export USERNAME='YourUserName'
export PASSWORD='YourPassword'
# Inside the submodule
cd nre_library
git pull origin main
# Back in the main repository
cd ..
git add nre_library
git commit -m "Updated submodule nre_library to latest commit"
git push