# creates a virtualenv called "venv"
python3.10 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
# setup other submodules
bash setup.sh requirements / setup help:
- you'll need python 3.10
- to satisfy the requirements.tx you may need to install some
- on mac OS, you can use homebrew
brew install postgresql
sim_eval.ipynb
git submodule update --remote --merge
pip install driftpy/ --upgrade
- split test.py to tests/*_test.py
- complete/recon full implementation of programs/clearing_house (from rust implementation)