Skip to content

Commit d950c9a

Browse files
committed
Update README
1 parent f5c3943 commit d950c9a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ However, if necessary, you can add further explanatory comments inside the model
2020
**Dependencies**
2121

2222
Inside this file, you do not need to call `using Turing` or any of the AD backends.
23-
However, you will have to make sure to import any other packages that your model uses.
24-
(If this package is a new dependency, you will also have to add it to `Project.toml`.)
23+
(This also means you do not need to import anything that Turing re-exports, such as distributions.)
24+
25+
However, you will have to make sure to import any other packages that your model requires.
26+
(If this package is not already present in the project environment, you will also have to add it to `Project.toml`.)
2527

2628
**Model definition and creation**
2729

0 commit comments

Comments
 (0)