Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 478 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 478 Bytes

OpenCVE

OpenCVE Documentation

This repository contains the documentation of OpenCVE, feel free to contribute.

Installation

virtualenv venv -p python3
source venv/bin/activate
(venv) pip install -r requirements.txt

Usage

To run the builtin development server:

(venv) mkdocs serve

To build the documentation:

(venv) mkdocs build