possible readme change
This commit is contained in:
@@ -23,9 +23,9 @@ To generate the PDFs (currently just the notes, but soon to include the thesis p
|
|||||||
In order to run the Julia code, you'll need Julia v1.6 or higher. This project is packaged as a package, so installing the dependencies (and the project itself) is simple. Just run:
|
In order to run the Julia code, you'll need Julia v1.6 or higher. This project is packaged as a package, so installing the dependencies (and the project itself) is simple. Just run:
|
||||||
|
|
||||||
```julia
|
```julia
|
||||||
using Pkg
|
julia> using Pkg
|
||||||
Pkg.activate("julia")
|
(Thesis) pkg> activate julia
|
||||||
Pkg.build()
|
(Thesis) pkg> build
|
||||||
```
|
```
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|||||||
Reference in New Issue
Block a user