We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6ab9dc commit 958b307Copy full SHA for 958b307
README.md
@@ -14,17 +14,7 @@ A macro `@test` that you can use to verify your code's correctness. **But instea
14
15
# Install & use
16
17
-First, update Pluto to at least `0.14.5`! Next, add this package like so: _(you can skip this step in Pluto 0.15 and above)_
18
-
19
-```julia
20
-julia> begin
21
- import Pkg
22
- Pkg.activate(mktempdir())
23
- Pkg.add([
24
- Pkg.PackageSpec(name="PlutoTest")
25
- ])
26
- end
27
-```
+First, update Pluto to at least `0.15`! That's it, Pluto will automatically install the package when you `import`/`using` it.
28
29
Inside your notebook, use the `@test` macro to test whether something returns `true`:
30
0 commit comments