Skip to content

Commit

Permalink
add missing new lines
Browse files Browse the repository at this point in the history
  • Loading branch information
vojtapolasek committed Dec 2, 2024
1 parent 1d7801c commit 5320697
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/manual/developer/05_tools_and_utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ this easier: `.pyenv.sh`. To set `PYTHONPATH` correctly for the current
shell, simply call `source .pyenv.sh`. For more information on how to
use this script, please see the comments at the top of the file.

It is also possible to install the module with `pip`. In this case it is recommended to install it within a Python virtual environment.
It is also possible to install the module with `pip`.
In this case it is recommended to install it within a Python virtual environment.
Please note that this possibility was added after releasing the 0.1.75 version and until the release 0.1.76 is out it can only be installed from `master` branch.
To install the ssg module currently present in the master branch, run the following command:

```bash
pip install git+https://github.com/ComplianceasCode/content
```
Expand Down

0 comments on commit 5320697

Please sign in to comment.