-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Have read me reflect that Subzero isn't registered yet
- Loading branch information
Showing
1 changed file
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,16 +22,22 @@ To learn how to build and run simulations, [check out our documentation and tuto | |
|
||
## _Installation_ | ||
|
||
Subzero is a [registered Julia package](https://julialang.org/packages/). So to install it, | ||
Subzero is not yet a [registered Julia package](https://julialang.org/packages/). So to install it, | ||
|
||
1. [Download Julia](https://julialang.org/downloads/) (version 1.9 or later). | ||
|
||
2. Launch Julia and type | ||
2. Launch Julia and enter into the package manager mode by typing `]` in the terminal. | ||
|
||
3. Run the following | ||
|
||
```julia | ||
julia> using Pkg | ||
pkg> add "[email protected]:Caltech-OCTO/Subzero.jl.git" | ||
``` | ||
|
||
This will add the package to your package manager. After that you return to the REPL mode by hitting the backspace and you are ready to use Subzero! | ||
|
||
julia> Pkg.add("Subzero") | ||
```julia | ||
julia> using Subzero | ||
``` | ||
|
||
## _Citing_ | ||
|