Skip to content

Commit

Permalink
Add build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfeickert committed Oct 13, 2023
1 parent 814e93a commit 6854e5e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,20 @@ To build the book after setup simply run
make build
```

## Build lock file

To build a `pip-compile` lock file for local use `nox`

```
nox
```

To build a lock file for deployment use Docker to avoid differences between operating systems with

```
bash lock.sh
```

## Past tutorials

* [Computational HEP Traineeship Summer School 2023](https://indico.cern.ch/event/1293313/) (2023-07-26)
Expand Down

0 comments on commit 6854e5e

Please sign in to comment.