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 ab1ca2a commit 7b91503Copy full SHA for 7b91503
docs/src/index.md
@@ -13,11 +13,11 @@ GraphicalModelLearning.jl is a Julia package containing algorithms for learning
13
To install the package use,
14
15
```julia
16
-Pkg.add("GraphicalModelLearning")
+] add GraphicalModelLearning
17
```
18
19
To test that the package is working correctly run,
20
21
22
-Pkg.test("GraphicalModelLearning")
+] test GraphicalModelLearning
23
0 commit comments