Skip to content

Commit

Permalink
README.md: update build instructions to install mathlib. Closes #105.
Browse files Browse the repository at this point in the history
  • Loading branch information
avigad committed Dec 23, 2020
1 parent aedbf98 commit af97583
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Built using Sphinx and restructured text.

# How to build

Make sure you have Lean installed. Use
```
leanproject get [email protected]:leanprover/theorem_proving_in_lean.git
```
to clone the repository and install the `mathlib` library.

The build requires python 3 (install `python3-venv` on ubuntu).

```
Expand Down

0 comments on commit af97583

Please sign in to comment.