Skip to content

AlyShmahell/vcpkgpip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vcpkgpip

a python wrapper for vcpkg

installation

pip install vcpkgpip

usage

bootstrap vcpkg

vcpkg-bootstrap

search for package

vcpkg search [search term]

install package

vcpkg install [packages to install]