Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Moelf committed Nov 21, 2023
1 parent d0c9cec commit 4c50286
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# LHC_AGC.jl [(Link to rendered notebook)](https://moelf.github.io/LHC_AGC.jl/)
# LHC_AGC.jl

Analysis Grand Challenge @ LHC in pure Julia, this repo is set-up to render the Pluto notebook automatically, so feel free to contribute!

note: for RDataFrame implementation, see: https://github.com/andriiknu/RDF

# Instruction for running locally
1. download Julia somehow, preferably same version as:
1. download Julia, for example, through [juliaup](https://github.com/JuliaLang/juliaup), preferably same version as:
https://github.com/Moelf/LHC_AGC.jl/blob/master/Manifest.toml#L1-L5

but any version within the same LTS should be fine.
Expand All @@ -20,11 +20,4 @@ git clone https://github.com/Moelf/LHC_AGC.jl/ ~/.julia/environments/LHC_AGC
```julia
using Pkg
Pkg.instantiate() #only needed first time

using Pluto
Pluto.run()
```
5. Open up the `notebook.jl` and edit files in `/src` in your favourite editor, `Revise.jl` will auto hot reload the code for you.

The entry point to looper is this function:
https://github.com/Moelf/LHC_AGC.jl/blob/2106790a8e417ade474d37993e1d059d29528af0/src/LHC_AGC.jl#L38

0 comments on commit 4c50286

Please sign in to comment.