Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
agoscinski committed Sep 12, 2024
1 parent 43f6116 commit 12e2872
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,17 +26,19 @@ If you have a question, feel free to just [open an issue](https://github.com/aii

### Prerequisites

* python 3.12 or greater
* python 3.11

### Build instructions

```bash
git clone https://github.com/aiidateam/aiida-tutorials.git
cd aiida-tutorials
pip install -r requirements.txt
conda env create --quiet --name aiida-tutorials --file environment.yml
conda activate aiida-tutorials
pre-commit install # enable pre-commit hooks (optional)
cd docs/
make
make -C docs html # to build docs
make -C docs html linkcheck # to run link checks

# open build/html/index.html
```

Expand Down

0 comments on commit 12e2872

Please sign in to comment.