An open API service indexing awesome lists of open source software.

https://github.com/alyshmahell/vcpkgpip

a python wrapper for vcpkg
https://github.com/alyshmahell/vcpkgpip

cpp python vcpkg wrapper

Last synced: about 2 months ago
JSON representation

a python wrapper for vcpkg

Awesome Lists containing this project

README

        

# vcpkgpip
a python wrapper for vcpkg

## installation
```sh
pip install vcpkgpip
```

## usage
#### bootstrap vcpkg
```sh
vcpkg-bootstrap
```
#### search for package
```sh
vcpkg search [search term]
```
#### install package
```sh
vcpkg install [packages to install]
```