Skip to content

Commit ef7e5b1

Browse files
committed
small fix to ab tutorial
1 parent 2f24870 commit ef7e5b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Tutorial/ACE+AtomsBase.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ Pkg.add(["ExtXYZ", "Unitful", "Distributed", "AtomsCalculators",
2121
## If ACEpotentials has not been installed yet, uncomment the following lines
2222
## Add the ACE registry, which stores the ACEpotential package information
2323
Pkg.Registry.add(RegistrySpec(url="https://github.com/ACEsuit/ACEregistry"))
24-
Pkg.add(["GeomOpt", "ACEpotentials",])
24+
Pkg.add(["GeomOpt", ])
25+
## Pkg.add(["ACEpotentials",])
2526

2627
# We can check the status of the installed packages.
2728

0 commit comments

Comments
 (0)