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

Commit 1e5af0e

Browse files
authored
Merge pull request #212 from Honny1/update-doc
Update docs
2 parents b8618ff + db7bfef commit 1e5af0e

1 file changed

Lines changed: 4 additions & 9 deletions

File tree

docs/GUIDE.md

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff 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
4646
sudo 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
5252
sudo 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)
7272
sudo 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).

0 commit comments

Comments
 (0)