More verbose instructions

This commit is contained in:
Fern Garden 2025-09-07 20:07:03 +08:00
parent 36606ab574
commit 87476d1aaf

View file

@ -10,7 +10,6 @@
## Instructions
1. Create an ExoPlaSim model
2. Save it as model.py
3. Set the `$MODEL` environment variable to the directory containing your model.py
4. Run the docker container with `docker compose run -it --rm exoplasim`
2. Save it somewhere with the filename `model.py`
3. Edit the `.env` file and add the directory containing `model.py` after `MODEL=`
4. Run the docker container (eg. `docker compose run -it --rm exoplasim`)