Switching to my linux box

This commit is contained in:
Connor
2021-09-04 17:31:20 -06:00
parent 7532a2ef6c
commit d11ad9bb13
11 changed files with 256 additions and 30 deletions

View File

@@ -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:
```julia
julia> using Pkg
(Thesis) pkg> activate julia
(Thesis) pkg> build
using Pkg
Pkg.activate("julia")
Pkg.build()
```
## Installation