This repository was archived by the owner on Jan 9, 2023. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ This tool generates an [OVAL](https://oval.cisecurity.org/) result in the form o
1212### Optional dependencies
1313
1414- includes required dependencies
15- - [ inquirer] ( https://pypi.org/project/inquirer/ ) __ Not supported until oval-graph 1.9 .0__
15+ - [ inquirer] ( https://pypi.org/project/inquirer/ ) __ Not supported until oval-graph 1.3 .0__
1616
1717## Installation
1818
@@ -46,7 +46,7 @@ sudo yum install oval-graph
4646sudo dnf install oval-graph
4747```
4848
49- ##### Install inquirer, if you want have nice cli features. (optional) (Not supported until oval-graph 1.9 .0)
49+ ##### Install inquirer, if you want have nice cli features. (optional) (Not supported until oval-graph 1.3 .0)
5050
5151``` bash
5252sudo pip3 install inquirer
@@ -65,16 +65,11 @@ sudo pip3 install oval-graph
6565### Installation from source
6666
6767``` bash
68- git clone https://github.com/OpenSCAP/OVAL-visualization-as -graph.git
69- cd OVAL-visualization-as -graph
68+ git clone https://github.com/OpenSCAP/oval -graph.git
69+ cd oval -graph
7070
7171# Install without features (light version)
7272sudo pip3 install .
73-
74- # OR
75-
76- # Install with nice cli features
77- sudo pip3 install " .[niceCli]"
7873```
7974
8075> If you don't want to install anything, look [ here] ( #run-from-source ) .
You can’t perform that action at this time.
0 commit comments