Skip to content
Snippets Groups Projects
Commit ea566fb3 authored by Joseph Weston's avatar Joseph Weston
Browse files

add instructions for building the paper

parent 02a39117
No related branches found
No related tags found
No related merge requests found
......@@ -3,3 +3,18 @@
This is the companion paper to the [adaptive](https://adaptive.readthedocs.io/en/latest/) Python library.
See the latest draft [here](https://gitlab.kwant-project.org/qt/adaptive-paper/builds/artifacts/master/file/paper.pdf?job=make).
### Building the paper
The simplest way to build the paper is with Docker, to make sure that all the necessary dependencies are installed.
First build the Docker image:
```
docker build -t adaptive-paper .
```
Then run `make` inside a docker container using the image you just built:
```
docker run -it --rm -v $(pwd):/work -w /work adaptive-paper make
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment