feat: Update pages

This commit is contained in:
Michael Currin
2020-06-02 22:37:33 +02:00
parent 7b729ba759
commit 0ae70d2fcd
3 changed files with 33 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
## Requirements
- [Python](https://www.python.org/)
- [Python 3](https://www.python.org/)
## Install system dependencies
@@ -35,17 +35,22 @@ python3 -m venv venv
Activate it.
```
```sh
source venv/bin/activate
```
Install dependencies.
```sh
pip install mkdocs
```
- Directly.
```sh
pip install mkdocs
```
- Or use a `requirements.txt` file with `mkdocs` in it.
```sh
pip install -r requirements.txt
```
### Globally
### Install globally
If you prefer to install MkDocs once and reuse it across projects, you can install it globally.