File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name = " ContactImplicitMPC"
22uuid = " 842347fd-0767-4ff8-b652-76aad5eb0a37"
33authors = [" simon-lc <simonlc@stanford.edu>" , " thowell <thowell@stanford.edu>" ]
4- version = " 0.1.2 "
4+ version = " 0.1.3 "
55
66[deps ]
77BenchmarkTools = " 6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
Original file line number Diff line number Diff line change @@ -8,20 +8,20 @@ The initial installation of the package includes a number of pre-generated examp
88
991 . [ install ContactImplicitMPC.jl] ( https://github.com/thowell/ContactImplicitMPC.jl )
10102 . [ install IJulia] ( https://github.com/JuliaLang/IJulia.jl ) (` add ` it to the default project)
11- 3 . in the Julia REPL, run
11+ 3 . in the Julia REPL, run (do once)
1212 ```
1313 using Pkg
1414 Pkg.build("ContactImplicitMPC")
15- using IJulia, ContactImplicitMPC
1615 ```
17164 . interact with notebooks
1817 ```
18+ using IJulia, ContactImplicitMPC
1919 notebook(dir=joinpath(dirname(pathof(ContactImplicitMPC)), "..", "examples"))
2020 ```
2121
2222Additional examples can be run by first generating the models and simulations. Note that this may take 30-60 minutes.
2323
24- 5 . in the Julia REPL, run
24+ 5 . in the Julia REPL, run (do once)
2525 ```
2626 include(joinpath(dirname(pathof(ContactImplicitMPC)), "..", "examples/generate_examples.jl"))
2727 ```
You can’t perform that action at this time.
0 commit comments