temporary point on the inner loop wrapper
This commit is contained in:
17
readme.md
17
readme.md
@@ -9,18 +9,31 @@ this readme as I flush out the plan a little better and then as I begin producin
|
||||
|
||||
## Dependencies
|
||||
|
||||
For now, this just generates pdf files from the markdown files that I used to take notes. If you'd
|
||||
like to do that, though, you'll need:
|
||||
### Generate PDFs
|
||||
|
||||
To generate the PDFs (currently just the notes, but soon to include the thesis paper) you'll need:
|
||||
|
||||
- pandoc
|
||||
- a working LaTeX installation
|
||||
- Roboto font
|
||||
- make
|
||||
|
||||
### Julia Code
|
||||
|
||||
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
|
||||
Pkg.import(); Pkg.activate("julia"); Pkg.build()
|
||||
```
|
||||
|
||||
## Installation
|
||||
|
||||
### Generate PDFs
|
||||
|
||||
To produce the pdfs, simply run:
|
||||
|
||||
```bash
|
||||
make
|
||||
```
|
||||
### Julia Code
|
||||
|
||||
|
||||
Reference in New Issue
Block a user