diff --git a/_topics/_08_reproducible_research_practices/README.md b/_topics/_08_reproducible_research_practices/README.md index 39f1868..e14a6e3 100644 --- a/_topics/_08_reproducible_research_practices/README.md +++ b/_topics/_08_reproducible_research_practices/README.md @@ -13,3 +13,9 @@ python -m venv .venv pip install pydantic ``` 4. Install Bonsai from by running `.bonsai/setup.ps1`. This will bootstrap the environment with the necessary dependencies. +5. Ensure that the `src/bonsai/Extensions.csproj` defines the following dependencies: +```xml + + +``` +