updated readme

This commit is contained in:
Connor
2021-09-02 21:41:53 -06:00
parent 9298a7a6f3
commit e2adbeb6de

View File

@@ -23,7 +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
Pkg.import(); Pkg.activate("julia"); Pkg.build() using Pkg
Pkg.activate("julia")
Pkg.build()
``` ```
## Installation ## Installation