From 51d0bf54c838967b149e9aca037efd6f38886b45 Mon Sep 17 00:00:00 2001 From: Matthew Dailis Date: Mon, 1 Jul 2024 13:50:03 -0700 Subject: [PATCH] Update run instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6212a30..fa92a13 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,9 @@ A python modeling framework for Aerie. 2. Activate the venv `source ./venv/bin/activate` 3. Install requirements `python -m pip install -r requirements.txt` 4. Start jupyter lab `jupyter-lab` -5. When jupyter opens, navigate to `demo/simulation_example.py`, and run all cells +5. When jupyter opens, navigate to `demo/simulation_example.py` +6. Update the path in the first cell to point to your cloned `pymerlin` directory (we should eliminate the need for this hack) +7. Run all cells ## Architecture pymerlin is to merlin as pyspark is to spark. This means that pymerlin uses [py4j](https://www.py4j.org/) as a bridge