From 12d943413329bce3195026ef2613dde6db66e6cf Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Tue, 8 Nov 2022 15:21:09 +0100 Subject: [PATCH] chore: adjust readme --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 6c666bb..76e44c4 100644 --- a/readme.md +++ b/readme.md @@ -22,19 +22,19 @@ In order to generate the documentation, first create a Python virtual environment using the `venv` module included in Python like this. -1. Create a virtual Python environment in the directory `venv` like this. +* Create a virtual Python environment in the directory `venv` like this. ``` python3 -m venv venv ``` -1. Activate the virtual Python environment like this. +* Activate the virtual Python environment like this. ``` source venv/bin/activate ``` -1. Install the packages listed in [requirements.txt](./requirements.txt) using `pip` like this. +* Install the packages listed in [requirements.txt](./requirements.txt) using `pip` like this. ``` pip install -r requirements.txt