You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: example/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ normalizing flow to approximate the target distribution using `NormalizingFlows.
12
12
Currently, all examples share the same [Julia project](https://pkgdocs.julialang.org/v1/environments/#Using-someone-else's-project). To run the examples, first activate the project environment:
13
13
14
14
```julia
15
-
# pwd() = "NormalizingFlows.jl/"
16
-
using Pkg; Pkg.activate("example"); Pkg.instantiate()
15
+
# pwd() = "NormalizingFlows.jl/example"
16
+
using Pkg; Pkg.activate("."); Pkg.instantiate()
17
17
```
18
-
This will install all needed packages, at the exact versions when the model was last updated. Then you can run the model code with include("<example-to-run>.jl"), or by running the example script line-by-line.
18
+
This will install all needed packages, at the exact versions when the model was last updated. Then you can run the model code with `include("<example-to-run>.jl")`, or by running the example script line-by-line.
0 commit comments