Based on https://github.com/usnistgov/ctRSD-simulator
https://ctrsd-simulator.readthedocs.io/en/latest/
- Install Docker Desktop
- Clone this repository
- run
docker build -t seq-compiler .in the root of this repo - run
docker run -p 7000:7000 seq-compiler - Open FastAPI Docs at http://localhost:7000/docs
- Clone this repository
- Install dependencies
pip install -r requirements.txtor importenvironment.ymlto conda - Run
uvicorn app.main:api --reload --host 127.0.0.1 --port 7000in the root directory of this repo - Open FastAPI Docs at http://localhost:7000/docs