python3 -m pip install --user virtualenv
python3 -m venv env
source env/bin/activate
pip3 install --upgrade pip
git clone https://github.com/Zackory/mengine.git
cd mengine
pip3 install -e .
python3 -m pip install mengine@git+https://github.com/Zackory/mengine.git
cd examples
python3 example_push.py
- Use
git pull upstream main
to pull from Zacktory's origin repo and sync for future assignments.