Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #212 from Honny1/update-doc
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
Honny1 authored Sep 20, 2021
2 parents b8618ff + db7bfef commit 1e5af0e
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions docs/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This tool generates an [OVAL](https://oval.cisecurity.org/) result in the form o
### Optional dependencies

- includes required dependencies
- [inquirer](https://pypi.org/project/inquirer/) __Not supported until oval-graph 1.9.0__
- [inquirer](https://pypi.org/project/inquirer/) __Not supported until oval-graph 1.3.0__

## Installation

Expand Down Expand Up @@ -46,7 +46,7 @@ sudo yum install oval-graph
sudo dnf install oval-graph
```

##### Install inquirer, if you want have nice cli features. (optional) (Not supported until oval-graph 1.9.0)
##### Install inquirer, if you want have nice cli features. (optional) (Not supported until oval-graph 1.3.0)

```bash
sudo pip3 install inquirer
Expand All @@ -65,16 +65,11 @@ sudo pip3 install oval-graph
### Installation from source

```bash
git clone https://github.com/OpenSCAP/OVAL-visualization-as-graph.git
cd OVAL-visualization-as-graph
git clone https://github.com/OpenSCAP/oval-graph.git
cd oval-graph

# Install without features (light version)
sudo pip3 install .

# OR

# Install with nice cli features
sudo pip3 install ".[niceCli]"
```

> If you don't want to install anything, look [here](#run-from-source).
Expand Down

0 comments on commit 1e5af0e

Please sign in to comment.