Skip to content

Commit

Permalink
Add one more space for verbatim formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
yarikoptic committed Sep 7, 2023
1 parent 95d8e19 commit e0cdab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ complete word
This handbook uses [mkdocs](https://www.mkdocs.org/) to render the handbook written as a collection of markdown files into a website.
If you would like to render it locally, you would need to create and configure a python environment according to configuration provided in [requirements.txt](./requirements.txt) file, e.g. via

python3 -m venv venv && source venv/bin/activate && python3 -m pip install -r requirements.txt
python3 -m venv venv && source venv/bin/activate && python3 -m pip install -r requirements.txt

And your current session would already be using that virtual Python environment, which you could deactivate by executing `deactivate` command.
If in the future you would need to activate it, just `source venv/bin/activate` again.
Expand Down

0 comments on commit e0cdab9

Please sign in to comment.