https://github.com/mseri/lean-mathlib4-starter
Repo with the bare bones to start playing with lean
https://github.com/mseri/lean-mathlib4-starter
Last synced: 5 months ago
JSON representation
Repo with the bare bones to start playing with lean
- Host: GitHub
- URL: https://github.com/mseri/lean-mathlib4-starter
- Owner: mseri
- Created: 2023-07-12T11:29:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-12T12:11:49.000Z (almost 3 years ago)
- Last Synced: 2025-01-21T23:51:11.461Z (over 1 year ago)
- Language: Lean
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I am assuming you have already lean4 and mathlib4 installed.
If not, [start here](https://leanprover-community.github.io/).
To start your project, clone this repo with
```
git clone https://github.com/mseri/lean-mathlib4-starter.git PICK_A_NAME
```
then enter the folder
```
cd PICK_A_NAME
```
and download mathlib's cache with
```
lake exe cache get
```
You can now create any subfolder and add lean files around and it should all work fine.