You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DEPLOY.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,15 +2,15 @@
2
2
3
3
This document will explain you how to run a local copy of Pan Docs.
4
4
5
-
1. Install [Rust](https://www.rust-lang.org/tools/install), [mdBook](https://github.com/rust-lang/mdBook#readme), and [Python 3](https://www.python.org/downloads).
5
+
1. Install [Rust](https://www.rust-lang.org/tools/install), [mdBook](https://github.com/rust-lang/mdBook#readme), and [Python 3](https://www.python.org/downloads) (3.9 or an earlier version).
6
6
mdBook is the tool rendering the documentation, Rust is used for some custom plugins and Python scripts are used to render some images. E.g.:
7
7
```sh
8
8
# Install Rust using rustup
9
9
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
10
10
# Install mdbook using cargo
11
11
cargo install mdbook
12
12
# Remember to add cargo bin directory to your path
13
-
# Install python3 (on Debian systems)
13
+
# Install Python; e.g. on Debian-based systems:
14
14
apt install python3
15
15
```
16
16
2.[Install the Python prerequisites](https://packaging.python.org/tutorials/installing-packages/#requirements-files).
0 commit comments