Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 663 Bytes

installation.rst

File metadata and controls

33 lines (18 loc) · 663 Bytes

Installing / Upgrading

MitreCVE is available on PyPi and only for python3.x

Use pip3 to install MitreCVE on all platforms:

pip3 install mitrecve

To upgrade using pip3 :

python -m pip3 install --upgrade mitrecve

Installing from source

If you’d rather install directly from the source, clone the git repository and install with Setuptool or Pip

git clone https://github.com/remiflavien1/mitrecve
cd mitrecve

python3 setup.py install
# Or
python3 -m pip install .