Skip to content

Commit

Permalink
Merge pull request #136 from FREVA-CLINT/fix-docs
Browse files Browse the repository at this point in the history
Update docs.
  • Loading branch information
antarcticrainforest authored Jul 29, 2024
2 parents ced48bc + 7eaace0 commit ff7e6cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/deployment/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,14 @@ This command installs ansible and all required python packages.
> ``💡`` On *CentOS* python SELinux libraries need to be installed.
> You will need to install libselinux for your CentOS version.
>
> The ansible library is not supported on *Windows* and needs to be patched.
> ```console
> python3 -m pip install libselinux-python3
> ```
>
> ``💡`` The ansible library is not supported on *Windows* and needs to be patched.
> you can either use the above mentioned pre compiled windows binary or install
> the deployment software on Windows Subsystem for Linux - WSL (preferred).
```console
python3 -m pip install libselinux-python3
```
## 3. Using docker
A pre-built docker image is available to run the deployment
Expand Down

0 comments on commit ff7e6cc

Please sign in to comment.