Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 260 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 260 Bytes

DELLve Python Package

Getting Started

Create & activate virtual environment:

virtualenv venv; . venv/bin/activate;

Install DELLve Package:

pip install .

Run tests:

python setup.py test