Skip to content

mrgnlabs/drift-sim

Repository files navigation

QuickStart

install python packages

# 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

run an example

  • sim_eval.ipynb

update scripts

git submodule update --remote --merge
pip install driftpy/ --upgrade

future work

  • split test.py to tests/*_test.py
  • complete/recon full implementation of programs/clearing_house (from rust implementation)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors