Skip to content

Commit

Permalink
chore: add installation steps for macOs
Browse files Browse the repository at this point in the history
  • Loading branch information
hinakhadim authored and regisb committed Apr 9, 2024
1 parent 910767f commit 3e1dd3a
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ This is the source code of the site that is hosted on https://edly.io/academy. C

Install requirements:

sudo apt install pandoc
pip install -r requirements.in
- For Linux:

sudo apt install pandoc
pip install -r requirements.txt

- For macOS:

brew install pandoc
pip install -r requirements.txt

Build the static website:

Expand Down

0 comments on commit 3e1dd3a

Please sign in to comment.